HomeSort by relevance Sort by last modified time
    Searched refs:HAS_SSE3 (Results 1 - 2 of 2) sorted by null

  /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;

Completed in 32 milliseconds