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

  /external/libvpx/vpx_ports/
x86.h 77 #define HAS_SSE4_1 0x20
121 if (reg_ecx & BIT(19)) flags |= HAS_SSE4_1;
  /external/libvpx/vp8/encoder/x86/
x86_csystemdependent.c 186 int SSE4_1Enabled = flags & HAS_SSE4_1;

Completed in 163 milliseconds