Searched defs:HAS_SSSE3 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
H A Dx86.h111 #define HAS_SSSE3 0x10 macro
155 if (reg_ecx & BIT(9)) flags |= HAS_SSSE3;
/external/libvpx/libvpx/vpx_ports/
H A Dx86.h111 #define HAS_SSSE3 0x10 macro
155 if (reg_ecx & BIT(9)) flags |= HAS_SSSE3;

Completed in 99 milliseconds