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

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
x86.h 111 #define HAS_SSSE3 0x10
155 if (reg_ecx & BIT(9)) flags |= HAS_SSSE3;
  /external/libvpx/libvpx/vpx_ports/
x86.h 111 #define HAS_SSSE3 0x10
155 if (reg_ecx & BIT(9)) flags |= HAS_SSSE3;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
x86.h 111 #define HAS_SSSE3 0x10
155 if (reg_ecx & BIT(9)) flags |= HAS_SSSE3;

Completed in 484 milliseconds