Home | Sort by relevance Sort by last modified time |
/external/libvpx/vpx_ports/ | |
x86.h | 75 #define HAS_SSE3 0x08 117 if (reg_ecx & BIT(0)) flags |= HAS_SSE3; |
/external/libvpx/vp8/encoder/x86/ | |
x86_csystemdependent.c | 184 int SSE3Enabled = flags & HAS_SSE3; |