HomeSort by relevance Sort by last modified time
    Searched refs:kCpuHasX86 (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
cpuid.h 47 static const int kCpuHasX86 = 0x10;
cpuid_unittest.cc 42 << cricket::CpuInfo::TestCpuFlag(cricket::CpuInfo::kCpuHasX86);
54 bool has_x86 = cricket::CpuInfo::TestCpuFlag(cricket::CpuInfo::kCpuHasX86);
  /external/libyuv/files/include/libyuv/
cpu_id.h 30 static const int kCpuHasX86 = 0x10;
  /external/libyuv/files/unit_test/
cpu_test.cc 28 int has_x86 = TestCpuFlag(kCpuHasX86);
47 int has_x86 = TestCpuFlag(kCpuHasX86);
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
cpu_id.h 31 static const int kCpuHasX86 = 0x10;
  /external/chromium_org/third_party/libyuv/include/libyuv/
cpu_id.h 31 static const int kCpuHasX86 = 0x10;
  /external/chromium_org/third_party/libyuv/unit_test/
cpu_test.cc 28 int has_x86 = TestCpuFlag(kCpuHasX86);
57 int has_x86 = TestCpuFlag(kCpuHasX86);
math_test.cc 105 int has_x86 = TestCpuFlag(kCpuHasX86);
140 int has_x86 = TestCpuFlag(kCpuHasX86);
  /external/chromium_org/third_party/libyuv/util/
cpuid.c 24 int has_x86 = TestCpuFlag(kCpuHasX86);
  /external/libyuv/files/source/
cpu_id.cc 149 kCpuInitialized | kCpuHasX86;
161 cpu_info_ &= ~kCpuHasX86;
rotate_argb.cc 98 if (TestCpuFlag(kCpuHasX86)) {
planar_functions.cc 38 if (TestCpuFlag(kCpuHasX86) && IS_ALIGNED(width, 4)) {
934 if (TestCpuFlag(kCpuHasX86) && IS_ALIGNED(width, 4)) {
995 if (TestCpuFlag(kCpuHasX86)) {
    [all...]
rotate.cc     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
cpu_id.cc 206 kCpuHasX86;
217 cpu_info_ &= ~kCpuHasX86;
rotate_argb.cc 128 if (TestCpuFlag(kCpuHasX86)) {
planar_functions.cc 45 if (TestCpuFlag(kCpuHasX86) && IS_ALIGNED(width, 4)) {
94 if (TestCpuFlag(kCpuHasX86) && IS_ALIGNED(width, 4)) {
    [all...]
rotate.cc     [all...]
convert.cc 192 if (TestCpuFlag(kCpuHasX86) && IS_ALIGNED(width, 4)) {
    [all...]
  /external/chromium_org/third_party/libyuv/source/
cpu_id.cc 205 kCpuHasX86;
216 cpu_info_ &= ~kCpuHasX86;
rotate_argb.cc 128 if (TestCpuFlag(kCpuHasX86)) {
planar_functions.cc 45 if (TestCpuFlag(kCpuHasX86) && IS_ALIGNED(width, 4)) {
94 if (TestCpuFlag(kCpuHasX86) && IS_ALIGNED(width, 4)) {
    [all...]
rotate.cc     [all...]
convert.cc 192 if (TestCpuFlag(kCpuHasX86) && IS_ALIGNED(width, 4)) {
    [all...]

Completed in 3043 milliseconds