HomeSort by relevance Sort by last modified time
    Searched refs:kCpuHasSSSE3 (Results 1 - 25 of 49) sorted by null

1 2

  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
cpu_id.h 21 static const int kCpuHasSSSE3 = 2;
39 // ie MaskCpuFlags(~kCpuHasSSSE3) to disable SSSE3.
  /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/chromium_org/third_party/libjingle/source/talk/media/base/
cpuid.h 49 static const int kCpuHasSSSE3 = 0x40;
cpuid_unittest.cc 46 << cricket::CpuInfo::TestCpuFlag(cricket::CpuInfo::kCpuHasSSSE3);
66 EXPECT_TRUE(cricket::CpuInfo::TestCpuFlag(cricket::CpuInfo::kCpuHasSSSE3));
  /external/libyuv/files/include/libyuv/
cpu_id.h 32 static const int kCpuHasSSSE3 = 0x40;
55 // ie MaskCpuFlags(~kCpuHasSSSE3) to disable SSSE3.
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
cpu_id.h 33 static const int kCpuHasSSSE3 = 0x40;
64 // ie MaskCpuFlags(~kCpuHasSSSE3) to disable SSSE3.
  /external/chromium_org/third_party/libyuv/include/libyuv/
cpu_id.h 33 static const int kCpuHasSSSE3 = 0x40;
64 // ie MaskCpuFlags(~kCpuHasSSSE3) to disable SSSE3.
  /external/libvpx/libvpx/third_party/libyuv/source/
cpu_id.c 56 (cpu_info[2] & 0x00000200 ? kCpuHasSSSE3 : 0) |
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
cpu_id.c 56 (cpu_info[2] & 0x00000200 ? kCpuHasSSSE3 : 0) |
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
convert_from_argb.cc 54 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16) {
72 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16) {
133 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16) {
152 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16) {
212 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16) {
284 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16) {
391 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16) {
503 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16) {
521 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16) {
605 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16)
    [all...]
convert_argb.cc 82 if (TestCpuFlag(kCpuHasSSSE3) && width >= 8) {
144 if (TestCpuFlag(kCpuHasSSSE3) && width >= 8) {
224 if (TestCpuFlag(kCpuHasSSSE3) && width >= 8) {
450 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16 &&
500 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16 &&
696 if (TestCpuFlag(kCpuHasSSSE3) && width >= 8) {
747 if (TestCpuFlag(kCpuHasSSSE3) && width >= 8) {
798 if (TestCpuFlag(kCpuHasSSSE3) && width >= 8) {
856 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16) {
909 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16)
    [all...]
convert.cc 683 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16) {
765 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16) {
834 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16) {
903 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16) {
996 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16) {
    [all...]
cpu_id.cc 201 ((cpu_info1[2] & 0x00000200) ? kCpuHasSSSE3 : 0) |
223 cpu_info_ &= ~kCpuHasSSSE3;
scale_argb.cc 204 if (TestCpuFlag(kCpuHasSSSE3) && clip_src_width >= 16) {
240 if (TestCpuFlag(kCpuHasSSSE3) && src_width < 32768) {
300 if (TestCpuFlag(kCpuHasSSSE3) && dst_width >= 4) {
337 if (filtering && TestCpuFlag(kCpuHasSSSE3) && src_width < 32768) {
430 if (TestCpuFlag(kCpuHasSSSE3) && src_width >= 8) {
481 if (TestCpuFlag(kCpuHasSSSE3) && dst_width >= 4) {
522 if (filtering && TestCpuFlag(kCpuHasSSSE3) && src_width < 32768) {
  /external/chromium_org/third_party/libyuv/source/
convert_from_argb.cc 54 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16) {
65 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16) {
128 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16) {
140 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16) {
206 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16) {
279 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16) {
382 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16) {
487 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16) {
498 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16) {
588 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16)
    [all...]
convert_argb.cc 82 if (TestCpuFlag(kCpuHasSSSE3) && width >= 8) {
144 if (TestCpuFlag(kCpuHasSSSE3) && width >= 8) {
224 if (TestCpuFlag(kCpuHasSSSE3) && width >= 8) {
450 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16 &&
500 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16 &&
696 if (TestCpuFlag(kCpuHasSSSE3) && width >= 8) {
747 if (TestCpuFlag(kCpuHasSSSE3) && width >= 8) {
798 if (TestCpuFlag(kCpuHasSSSE3) && width >= 8) {
856 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16) {
909 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16)
    [all...]
convert.cc 683 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16) {
763 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16) {
832 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16) {
901 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16) {
997 if (TestCpuFlag(kCpuHasSSSE3) && width >= 16) {
    [all...]
cpu_id.cc 200 ((cpu_info1[2] & 0x00000200) ? kCpuHasSSSE3 : 0) |
222 cpu_info_ &= ~kCpuHasSSSE3;
  /external/chromium_org/third_party/libyuv/util/
cpuid.c 76 int has_ssse3 = TestCpuFlag(kCpuHasSSSE3);
  /external/libyuv/files/unit_test/
cpu_test.cc 32 int has_ssse3 = TestCpuFlag(kCpuHasSSSE3);
  /external/libyuv/files/source/
planar_functions.cc 92 if (TestCpuFlag(kCpuHasSSSE3) &&
285 if (TestCpuFlag(kCpuHasSSSE3) && IS_ALIGNED(width, 4) &&
309 if (TestCpuFlag(kCpuHasSSSE3)) {
365 if (TestCpuFlag(kCpuHasSSSE3) &&
402 if (TestCpuFlag(kCpuHasSSSE3)) {
462 if (TestCpuFlag(kCpuHasSSSE3) && width >= 8) {
514 if (TestCpuFlag(kCpuHasSSSE3) && width >= 8) {
566 if (TestCpuFlag(kCpuHasSSSE3) && width >= 8) {
605 if (TestCpuFlag(kCpuHasSSSE3) &&
642 if (TestCpuFlag(kCpuHasSSSE3) &
    [all...]
cpu_id.cc 145 ((cpu_info[2] & 0x00000200) ? kCpuHasSSSE3 : 0) |
167 cpu_info_ &= ~kCpuHasSSSE3;
convert_argb.cc 74 if (TestCpuFlag(kCpuHasSSSE3) && width >= 8) {
126 if (TestCpuFlag(kCpuHasSSSE3) && width >= 8) {
171 if (TestCpuFlag(kCpuHasSSSE3) && width >= 8) {
279 if (TestCpuFlag(kCpuHasSSSE3) &&
313 if (TestCpuFlag(kCpuHasSSSE3) &&
347 if (TestCpuFlag(kCpuHasSSSE3) &&
381 if (TestCpuFlag(kCpuHasSSSE3) &&
414 if (TestCpuFlag(kCpuHasSSSE3) &&
549 if (TestCpuFlag(kCpuHasSSSE3) && width >= 8) {
600 if (TestCpuFlag(kCpuHasSSSE3) && width >= 8)
    [all...]
format_conversion.cc 150 if (TestCpuFlag(kCpuHasSSSE3) &&
381 if (TestCpuFlag(kCpuHasSSSE3) &&
388 if (TestCpuFlag(kCpuHasSSSE3) && IS_ALIGNED(width, 16)) {
463 if (TestCpuFlag(kCpuHasSSSE3)) {
471 if (TestCpuFlag(kCpuHasSSSE3) && IS_ALIGNED(width, 4)) {
  /external/chromium_org/third_party/libyuv/unit_test/
cpu_test.cc 32 int has_ssse3 = TestCpuFlag(kCpuHasSSSE3);

Completed in 402 milliseconds

1 2