Home
last modified time | relevance | path

Searched refs:HAS_SSE4_1 (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/test/
Dtest_libvpx.cc51 if (!(simd_caps & HAS_SSE4_1)) { in main()
/external/libvpx/libvpx/vpx_ports/
Dx86.h159 #define HAS_SSE4_1 0x20 macro
200 if (reg_ecx & BIT(19)) flags |= HAS_SSE4_1; in x86_simd_caps()