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

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
H A Dx86.h112 #define HAS_SSE4_1 0x20 macro
157 if (reg_ecx & BIT(19)) flags |= HAS_SSE4_1;
/external/libvpx/libvpx/vpx_ports/
H A Dx86.h112 #define HAS_SSE4_1 0x20 macro
157 if (reg_ecx & BIT(19)) flags |= HAS_SSE4_1;

Completed in 583 milliseconds