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

  /external/webrtc/talk/media/base/
cpuid.h 59 static const int kCpuHasMIPS_DSPR2 = 0x4000;
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
cpu_id.h 45 static const int kCpuHasMIPS_DSPR2 = 0x40000;
  /external/libvpx/libvpx/third_party/libyuv/source/
rotate.cc 53 if (TestCpuFlag(kCpuHasMIPS_DSPR2)) {
146 if (TestCpuFlag(kCpuHasMIPS_DSPR2) &&
212 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && IS_ALIGNED(width, 2) &&
288 if (TestCpuFlag(kCpuHasMIPS_DSPR2) &&
cpu_id.cc 258 cpu_info_ |= kCpuHasMIPS_DSPR2;
269 cpu_info_ &= ~kCpuHasMIPS_DSPR2;
scale.cc 89 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && IS_ALIGNED(src_ptr, 4) &&
139 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && IS_ALIGNED(src_ptr, 4) &&
204 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && IS_ALIGNED(row_stride, 4) &&
249 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && IS_ALIGNED(row_stride, 4) &&
329 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && (dst_width % 24 == 0) &&
408 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && (dst_width % 24 == 0) &&
521 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && (dst_width % 12 == 0) &&
599 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && (dst_width % 12 == 0) &&
911 if (TestCpuFlag(kCpuHasMIPS_DSPR2)) {
    [all...]
scale_argb.cc 246 if (TestCpuFlag(kCpuHasMIPS_DSPR2) &&
344 if (TestCpuFlag(kCpuHasMIPS_DSPR2) &&
485 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && IS_ALIGNED(src_width, 4) &&
530 if (TestCpuFlag(kCpuHasMIPS_DSPR2) &&
convert_argb.cc 173 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && IS_ALIGNED(width, 4) &&
1054 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && IS_ALIGNED(width, 4) &&
1133 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && IS_ALIGNED(width, 4) &&
    [all...]
convert_from.cc 501 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && IS_ALIGNED(width, 4) &&
570 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && IS_ALIGNED(width, 4) &&
    [all...]
scale_common.cc 912 if (TestCpuFlag(kCpuHasMIPS_DSPR2) &&
986 if (TestCpuFlag(kCpuHasMIPS_DSPR2) &&
    [all...]
planar_functions.cc 266 if (TestCpuFlag(kCpuHasMIPS_DSPR2) &&
839 if (TestCpuFlag(kCpuHasMIPS_DSPR2) && IS_ALIGNED(width, 4) &&
    [all...]
convert.cc 307 if (TestCpuFlag(kCpuHasMIPS_DSPR2) &&
    [all...]

Completed in 154 milliseconds