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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
cpuid.h 59 static const int kCpuHasMIPS_DSPR2 = 0x4000;
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
cpu_id.h 45 static const int kCpuHasMIPS_DSPR2 = 0x40000;
  /external/chromium_org/third_party/libyuv/include/libyuv/
cpu_id.h 45 static const int kCpuHasMIPS_DSPR2 = 0x40000;
  /external/chromium_org/third_party/libyuv/util/
cpuid.c 70 int has_mips_dspr2 = TestCpuFlag(kCpuHasMIPS_DSPR2);
  /external/chromium_org/third_party/libyuv/unit_test/
cpu_test.cc 50 int has_mips_dspr2 = TestCpuFlag(kCpuHasMIPS_DSPR2);
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
cpu_id.cc 247 cpu_info_ |= kCpuHasMIPS_DSPR2;
258 cpu_info_ &= ~kCpuHasMIPS_DSPR2;
scale.cc 74 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && IS_ALIGNED(src_ptr, 4) &&
130 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && IS_ALIGNED(src_ptr, 4) &&
178 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && IS_ALIGNED(row_stride, 4) &&
223 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && IS_ALIGNED(row_stride, 4) &&
286 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && (dst_width % 24 == 0) &&
366 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && (dst_width % 24 == 0) &&
460 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && (dst_width % 12 == 0) &&
537 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && (dst_width % 12 == 0) &&
927 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && src_width >= 4) {
    [all...]
rotate.cc     [all...]
scale_argb.cc 231 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && clip_src_width >= 4 &&
327 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && dst_width >= 1 &&
457 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && IS_ALIGNED(src_width, 4) &&
508 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && dst_width >= 1 &&
format_conversion.cc 450 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && IS_ALIGNED(width, 4) &&
convert_from.cc 506 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && IS_ALIGNED(width, 4) &&
568 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && IS_ALIGNED(width, 4) &&
    [all...]
scale_common.cc 928 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && dst_width_bytes >= 4 &&
1010 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && dst_width_bytes >= 4 &&
    [all...]
convert_argb.cc 171 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && IS_ALIGNED(width, 4) &&
planar_functions.cc 829 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && IS_ALIGNED(width, 4) &&
    [all...]
convert.cc 315 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && halfwidth >= 16) {
    [all...]
  /external/chromium_org/third_party/libyuv/source/
cpu_id.cc 246 cpu_info_ |= kCpuHasMIPS_DSPR2;
257 cpu_info_ &= ~kCpuHasMIPS_DSPR2;
scale.cc 74 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && IS_ALIGNED(src_ptr, 4) &&
130 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && IS_ALIGNED(src_ptr, 4) &&
178 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && IS_ALIGNED(row_stride, 4) &&
223 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && IS_ALIGNED(row_stride, 4) &&
286 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && (dst_width % 24 == 0) &&
366 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && (dst_width % 24 == 0) &&
460 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && (dst_width % 12 == 0) &&
537 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && (dst_width % 12 == 0) &&
927 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && src_width >= 4) {
    [all...]
rotate.cc     [all...]
scale_argb.cc 231 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && clip_src_width >= 4 &&
327 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && dst_width >= 1 &&
457 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && IS_ALIGNED(src_width, 4) &&
508 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && dst_width >= 1 &&
format_conversion.cc 448 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && IS_ALIGNED(width, 4) &&
convert_from.cc 506 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && IS_ALIGNED(width, 4) &&
568 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && IS_ALIGNED(width, 4) &&
    [all...]
scale_common.cc 928 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && dst_width_bytes >= 4 &&
1010 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && dst_width_bytes >= 4 &&
    [all...]
convert_argb.cc 171 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && IS_ALIGNED(width, 4) &&
planar_functions.cc 829 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && IS_ALIGNED(width, 4) &&
    [all...]
convert.cc 315 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && halfwidth >= 16) {
    [all...]

Completed in 395 milliseconds