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

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
x86.h 112 #define HAS_SSE4_1 0x20
157 if (reg_ecx & BIT(19)) flags |= HAS_SSE4_1;
  /external/libvpx/libvpx/vpx_ports/
x86.h 112 #define HAS_SSE4_1 0x20
157 if (reg_ecx & BIT(19)) flags |= HAS_SSE4_1;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
x86.h 112 #define HAS_SSE4_1 0x20
157 if (reg_ecx & BIT(19)) flags |= HAS_SSE4_1;

Completed in 771 milliseconds