Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dtest_libvpx.cc47 if (!(simd_caps & HAS_SSE3)) append_negative_gtest_filter(":SSE3.*:SSE3/*"); in main()
/external/libvpx/libvpx/vpx_ports/
Dx86.h157 #define HAS_SSE3 0x08 macro
196 if (reg_ecx & BIT(0)) flags |= HAS_SSE3; in x86_simd_caps()