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

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
x86.h 113 #define HAS_AVX 0x40
159 if (reg_ecx & BIT(28)) flags |= HAS_AVX;
  /external/libvpx/libvpx/vpx_ports/
x86.h 113 #define HAS_AVX 0x40
159 if (reg_ecx & BIT(28)) flags |= HAS_AVX;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
x86.h 113 #define HAS_AVX 0x40
159 if (reg_ecx & BIT(28)) flags |= HAS_AVX;

Completed in 1128 milliseconds