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

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
x86.h 110 #define HAS_SSE3 0x08
153 if (reg_ecx & BIT(0)) flags |= HAS_SSE3;
  /external/libvpx/libvpx/vpx_ports/
x86.h 110 #define HAS_SSE3 0x08
153 if (reg_ecx & BIT(0)) flags |= HAS_SSE3;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
x86.h 110 #define HAS_SSE3 0x08
153 if (reg_ecx & BIT(0)) flags |= HAS_SSE3;

Completed in 328 milliseconds