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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/include/libyuv/
cpu_id.h 21 static const int kCpuHasSSSE3 = 2;
39 // ie MaskCpuFlags(~kCpuHasSSSE3) to disable SSSE3.
  /external/libyuv/files/include/libyuv/
cpu_id.h 32 static const int kCpuHasSSSE3 = 0x40;
55 // ie MaskCpuFlags(~kCpuHasSSSE3) to disable SSSE3.
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
cpu_id.h 33 static const int kCpuHasSSSE3 = 0x40;
64 // ie MaskCpuFlags(~kCpuHasSSSE3) to disable SSSE3.

Completed in 36 milliseconds