/external/libaom/libaom/third_party/libyuv/source/ |
D | scale_argb.cc | 194 void (*InterpolateRow)(uint8* dst_argb, const uint8* src_argb, in ScaleARGBBilinearDown() local 215 InterpolateRow = InterpolateRow_Any_SSE2; in ScaleARGBBilinearDown() 217 InterpolateRow = InterpolateRow_SSE2; in ScaleARGBBilinearDown() 223 InterpolateRow = InterpolateRow_Any_SSSE3; in ScaleARGBBilinearDown() 225 InterpolateRow = InterpolateRow_SSSE3; in ScaleARGBBilinearDown() 231 InterpolateRow = InterpolateRow_Any_AVX2; in ScaleARGBBilinearDown() 233 InterpolateRow = InterpolateRow_AVX2; in ScaleARGBBilinearDown() 239 InterpolateRow = InterpolateRow_Any_NEON; in ScaleARGBBilinearDown() 241 InterpolateRow = InterpolateRow_NEON; in ScaleARGBBilinearDown() 248 InterpolateRow = InterpolateRow_Any_MIPS_DSPR2; in ScaleARGBBilinearDown() [all …]
|
D | scale.cc | 871 void (*InterpolateRow)(uint8* dst_ptr, const uint8* src_ptr, in ScalePlaneBilinearDown() local 880 InterpolateRow = InterpolateRow_Any_SSE2; in ScalePlaneBilinearDown() 882 InterpolateRow = InterpolateRow_SSE2; in ScalePlaneBilinearDown() 888 InterpolateRow = InterpolateRow_Any_SSSE3; in ScalePlaneBilinearDown() 890 InterpolateRow = InterpolateRow_SSSE3; in ScalePlaneBilinearDown() 896 InterpolateRow = InterpolateRow_Any_AVX2; in ScalePlaneBilinearDown() 898 InterpolateRow = InterpolateRow_AVX2; in ScalePlaneBilinearDown() 904 InterpolateRow = InterpolateRow_Any_NEON; in ScalePlaneBilinearDown() 906 InterpolateRow = InterpolateRow_NEON; in ScalePlaneBilinearDown() 912 InterpolateRow = InterpolateRow_Any_MIPS_DSPR2; in ScalePlaneBilinearDown() [all …]
|
D | scale_common.cc | 869 void (*InterpolateRow)(uint8* dst_argb, const uint8* src_argb, in ScalePlaneVertical() local 881 InterpolateRow = InterpolateRow_Any_SSE2; in ScalePlaneVertical() 883 InterpolateRow = InterpolateRow_SSE2; in ScalePlaneVertical() 889 InterpolateRow = InterpolateRow_Any_SSSE3; in ScalePlaneVertical() 891 InterpolateRow = InterpolateRow_SSSE3; in ScalePlaneVertical() 897 InterpolateRow = InterpolateRow_Any_AVX2; in ScalePlaneVertical() 899 InterpolateRow = InterpolateRow_AVX2; in ScalePlaneVertical() 905 InterpolateRow = InterpolateRow_Any_NEON; in ScalePlaneVertical() 907 InterpolateRow = InterpolateRow_NEON; in ScalePlaneVertical() 915 InterpolateRow = InterpolateRow_Any_MIPS_DSPR2; in ScalePlaneVertical() [all …]
|
D | planar_functions.cc | 1834 void (*InterpolateRow)(uint8* dst_ptr, const uint8* src_ptr, in ARGBInterpolate() local 1856 InterpolateRow = InterpolateRow_Any_SSE2; in ARGBInterpolate() 1858 InterpolateRow = InterpolateRow_SSE2; in ARGBInterpolate() 1864 InterpolateRow = InterpolateRow_Any_SSSE3; in ARGBInterpolate() 1866 InterpolateRow = InterpolateRow_SSSE3; in ARGBInterpolate() 1872 InterpolateRow = InterpolateRow_Any_AVX2; in ARGBInterpolate() 1874 InterpolateRow = InterpolateRow_AVX2; in ARGBInterpolate() 1880 InterpolateRow = InterpolateRow_Any_NEON; in ARGBInterpolate() 1882 InterpolateRow = InterpolateRow_NEON; in ARGBInterpolate() 1891 InterpolateRow = InterpolateRow_MIPS_DSPR2; in ARGBInterpolate() [all …]
|
/external/libyuv/files/source/ |
D | scale_argb.cc | 266 void (*InterpolateRow)(uint8 * dst_argb, const uint8* src_argb, in ScaleARGBBilinearDown() local 287 InterpolateRow = InterpolateRow_Any_SSSE3; in ScaleARGBBilinearDown() 289 InterpolateRow = InterpolateRow_SSSE3; in ScaleARGBBilinearDown() 295 InterpolateRow = InterpolateRow_Any_AVX2; in ScaleARGBBilinearDown() 297 InterpolateRow = InterpolateRow_AVX2; in ScaleARGBBilinearDown() 303 InterpolateRow = InterpolateRow_Any_NEON; in ScaleARGBBilinearDown() 305 InterpolateRow = InterpolateRow_NEON; in ScaleARGBBilinearDown() 312 InterpolateRow = InterpolateRow_Any_DSPR2; in ScaleARGBBilinearDown() 314 InterpolateRow = InterpolateRow_DSPR2; in ScaleARGBBilinearDown() 320 InterpolateRow = InterpolateRow_Any_MSA; in ScaleARGBBilinearDown() [all …]
|
D | scale.cc | 1021 void (*InterpolateRow)(uint8 * dst_ptr, const uint8* src_ptr, in ScalePlaneBilinearDown() local 1030 InterpolateRow = InterpolateRow_Any_SSSE3; in ScalePlaneBilinearDown() 1032 InterpolateRow = InterpolateRow_SSSE3; in ScalePlaneBilinearDown() 1038 InterpolateRow = InterpolateRow_Any_AVX2; in ScalePlaneBilinearDown() 1040 InterpolateRow = InterpolateRow_AVX2; in ScalePlaneBilinearDown() 1046 InterpolateRow = InterpolateRow_Any_NEON; in ScalePlaneBilinearDown() 1048 InterpolateRow = InterpolateRow_NEON; in ScalePlaneBilinearDown() 1054 InterpolateRow = InterpolateRow_Any_DSPR2; in ScalePlaneBilinearDown() 1056 InterpolateRow = InterpolateRow_DSPR2; in ScalePlaneBilinearDown() 1062 InterpolateRow = InterpolateRow_Any_MSA; in ScalePlaneBilinearDown() [all …]
|
D | scale_common.cc | 1032 void (*InterpolateRow)(uint8 * dst_argb, const uint8* src_argb, in ScalePlaneVertical() local 1044 InterpolateRow = InterpolateRow_Any_SSSE3; in ScalePlaneVertical() 1046 InterpolateRow = InterpolateRow_SSSE3; in ScalePlaneVertical() 1052 InterpolateRow = InterpolateRow_Any_AVX2; in ScalePlaneVertical() 1054 InterpolateRow = InterpolateRow_AVX2; in ScalePlaneVertical() 1060 InterpolateRow = InterpolateRow_Any_NEON; in ScalePlaneVertical() 1062 InterpolateRow = InterpolateRow_NEON; in ScalePlaneVertical() 1070 InterpolateRow = InterpolateRow_Any_DSPR2; in ScalePlaneVertical() 1072 InterpolateRow = InterpolateRow_DSPR2; in ScalePlaneVertical() 1078 InterpolateRow = InterpolateRow_Any_MSA; in ScalePlaneVertical() [all …]
|
D | planar_functions.cc | 2351 void (*InterpolateRow)(uint8 * dst_ptr, const uint8* src_ptr, in InterpolatePlane() local 2371 InterpolateRow = InterpolateRow_Any_SSSE3; in InterpolatePlane() 2373 InterpolateRow = InterpolateRow_SSSE3; in InterpolatePlane() 2379 InterpolateRow = InterpolateRow_Any_AVX2; in InterpolatePlane() 2381 InterpolateRow = InterpolateRow_AVX2; in InterpolatePlane() 2387 InterpolateRow = InterpolateRow_Any_NEON; in InterpolatePlane() 2389 InterpolateRow = InterpolateRow_NEON; in InterpolatePlane() 2398 InterpolateRow = InterpolateRow_DSPR2; in InterpolatePlane() 2403 InterpolateRow = InterpolateRow_Any_MSA; in InterpolatePlane() 2405 InterpolateRow = InterpolateRow_MSA; in InterpolatePlane() [all …]
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | scale_argb.cc | 266 void (*InterpolateRow)(uint8_t * dst_argb, const uint8_t* src_argb, in ScaleARGBBilinearDown() local 287 InterpolateRow = InterpolateRow_Any_SSSE3; in ScaleARGBBilinearDown() 289 InterpolateRow = InterpolateRow_SSSE3; in ScaleARGBBilinearDown() 295 InterpolateRow = InterpolateRow_Any_AVX2; in ScaleARGBBilinearDown() 297 InterpolateRow = InterpolateRow_AVX2; in ScaleARGBBilinearDown() 303 InterpolateRow = InterpolateRow_Any_NEON; in ScaleARGBBilinearDown() 305 InterpolateRow = InterpolateRow_NEON; in ScaleARGBBilinearDown() 311 InterpolateRow = InterpolateRow_Any_MSA; in ScaleARGBBilinearDown() 313 InterpolateRow = InterpolateRow_MSA; in ScaleARGBBilinearDown() 354 InterpolateRow(row, src, src_stride, clip_src_width, yf); in ScaleARGBBilinearDown() [all …]
|
D | scale.cc | 952 void (*InterpolateRow)(uint8_t * dst_ptr, const uint8_t* src_ptr, in ScalePlaneBilinearDown() local 961 InterpolateRow = InterpolateRow_Any_SSSE3; in ScalePlaneBilinearDown() 963 InterpolateRow = InterpolateRow_SSSE3; in ScalePlaneBilinearDown() 969 InterpolateRow = InterpolateRow_Any_AVX2; in ScalePlaneBilinearDown() 971 InterpolateRow = InterpolateRow_AVX2; in ScalePlaneBilinearDown() 977 InterpolateRow = InterpolateRow_Any_NEON; in ScalePlaneBilinearDown() 979 InterpolateRow = InterpolateRow_NEON; in ScalePlaneBilinearDown() 985 InterpolateRow = InterpolateRow_Any_MSA; in ScalePlaneBilinearDown() 987 InterpolateRow = InterpolateRow_MSA; in ScalePlaneBilinearDown() 1024 InterpolateRow(row, src, src_stride, src_width, yf); in ScalePlaneBilinearDown() [all …]
|
D | scale_common.cc | 1034 void (*InterpolateRow)(uint8_t * dst_argb, const uint8_t* src_argb, in ScalePlaneVertical() local 1046 InterpolateRow = InterpolateRow_Any_SSSE3; in ScalePlaneVertical() 1048 InterpolateRow = InterpolateRow_SSSE3; in ScalePlaneVertical() 1054 InterpolateRow = InterpolateRow_Any_AVX2; in ScalePlaneVertical() 1056 InterpolateRow = InterpolateRow_AVX2; in ScalePlaneVertical() 1062 InterpolateRow = InterpolateRow_Any_NEON; in ScalePlaneVertical() 1064 InterpolateRow = InterpolateRow_NEON; in ScalePlaneVertical() 1070 InterpolateRow = InterpolateRow_Any_MSA; in ScalePlaneVertical() 1072 InterpolateRow = InterpolateRow_MSA; in ScalePlaneVertical() 1084 InterpolateRow(dst_argb, src_argb + yi * src_stride, src_stride, in ScalePlaneVertical() [all …]
|
D | planar_functions.cc | 2560 void (*InterpolateRow)(uint8_t * dst_ptr, const uint8_t* src_ptr, in InterpolatePlane() local 2580 InterpolateRow = InterpolateRow_Any_SSSE3; in InterpolatePlane() 2582 InterpolateRow = InterpolateRow_SSSE3; in InterpolatePlane() 2588 InterpolateRow = InterpolateRow_Any_AVX2; in InterpolatePlane() 2590 InterpolateRow = InterpolateRow_AVX2; in InterpolatePlane() 2596 InterpolateRow = InterpolateRow_Any_NEON; in InterpolatePlane() 2598 InterpolateRow = InterpolateRow_NEON; in InterpolatePlane() 2604 InterpolateRow = InterpolateRow_Any_MSA; in InterpolatePlane() 2606 InterpolateRow = InterpolateRow_MSA; in InterpolatePlane() 2612 InterpolateRow(dst, src0, src1 - src0, width, interpolation); in InterpolatePlane() [all …]
|