/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/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 …]
|
/external/libyuv/files/source/ |
D | scale_argb.cc | 292 void (*InterpolateRow)(uint8_t * dst_argb, const uint8_t* src_argb, in ScaleARGBBilinearDown() local 313 InterpolateRow = InterpolateRow_Any_SSSE3; in ScaleARGBBilinearDown() 315 InterpolateRow = InterpolateRow_SSSE3; in ScaleARGBBilinearDown() 321 InterpolateRow = InterpolateRow_Any_AVX2; in ScaleARGBBilinearDown() 323 InterpolateRow = InterpolateRow_AVX2; in ScaleARGBBilinearDown() 329 InterpolateRow = InterpolateRow_Any_NEON; in ScaleARGBBilinearDown() 331 InterpolateRow = InterpolateRow_NEON; in ScaleARGBBilinearDown() 337 InterpolateRow = InterpolateRow_Any_MSA; in ScaleARGBBilinearDown() 339 InterpolateRow = InterpolateRow_MSA; in ScaleARGBBilinearDown() 380 InterpolateRow(row, src, src_stride, clip_src_width, yf); in ScaleARGBBilinearDown() [all …]
|
D | scale.cc | 1002 void (*InterpolateRow)(uint8_t * dst_ptr, const uint8_t* src_ptr, in ScalePlaneBilinearDown() local 1011 InterpolateRow = InterpolateRow_Any_SSSE3; in ScalePlaneBilinearDown() 1013 InterpolateRow = InterpolateRow_SSSE3; in ScalePlaneBilinearDown() 1019 InterpolateRow = InterpolateRow_Any_AVX2; in ScalePlaneBilinearDown() 1021 InterpolateRow = InterpolateRow_AVX2; in ScalePlaneBilinearDown() 1027 InterpolateRow = InterpolateRow_Any_NEON; in ScalePlaneBilinearDown() 1029 InterpolateRow = InterpolateRow_NEON; in ScalePlaneBilinearDown() 1035 InterpolateRow = InterpolateRow_Any_MSA; in ScalePlaneBilinearDown() 1037 InterpolateRow = InterpolateRow_MSA; in ScalePlaneBilinearDown() 1043 InterpolateRow = InterpolateRow_Any_MMI; in ScalePlaneBilinearDown() [all …]
|
D | scale_common.cc | 1036 void (*InterpolateRow)(uint8_t * dst_argb, const uint8_t* src_argb, in ScalePlaneVertical() local 1048 InterpolateRow = InterpolateRow_Any_SSSE3; in ScalePlaneVertical() 1050 InterpolateRow = InterpolateRow_SSSE3; in ScalePlaneVertical() 1056 InterpolateRow = InterpolateRow_Any_AVX2; in ScalePlaneVertical() 1058 InterpolateRow = InterpolateRow_AVX2; in ScalePlaneVertical() 1064 InterpolateRow = InterpolateRow_Any_NEON; in ScalePlaneVertical() 1066 InterpolateRow = InterpolateRow_NEON; in ScalePlaneVertical() 1072 InterpolateRow = InterpolateRow_Any_MSA; in ScalePlaneVertical() 1074 InterpolateRow = InterpolateRow_MSA; in ScalePlaneVertical() 1080 InterpolateRow = InterpolateRow_Any_MMI; in ScalePlaneVertical() [all …]
|
D | planar_functions.cc | 2800 void (*InterpolateRow)(uint8_t * dst_ptr, const uint8_t* src_ptr, in InterpolatePlane() local 2820 InterpolateRow = InterpolateRow_Any_SSSE3; in InterpolatePlane() 2822 InterpolateRow = InterpolateRow_SSSE3; in InterpolatePlane() 2828 InterpolateRow = InterpolateRow_Any_AVX2; in InterpolatePlane() 2830 InterpolateRow = InterpolateRow_AVX2; in InterpolatePlane() 2836 InterpolateRow = InterpolateRow_Any_NEON; in InterpolatePlane() 2838 InterpolateRow = InterpolateRow_NEON; in InterpolatePlane() 2844 InterpolateRow = InterpolateRow_Any_MSA; in InterpolatePlane() 2846 InterpolateRow = InterpolateRow_MSA; in InterpolatePlane() 2852 InterpolateRow = InterpolateRow_Any_MMI; in InterpolatePlane() [all …]
|
D | convert.cc | 280 void (*InterpolateRow)(uint8_t * dst_ptr, const uint8_t* src_ptr, in I422ToNV21() local 341 InterpolateRow = InterpolateRow_Any_SSSE3; in I422ToNV21() 343 InterpolateRow = InterpolateRow_SSSE3; in I422ToNV21() 349 InterpolateRow = InterpolateRow_Any_AVX2; in I422ToNV21() 351 InterpolateRow = InterpolateRow_AVX2; in I422ToNV21() 357 InterpolateRow = InterpolateRow_Any_NEON; in I422ToNV21() 359 InterpolateRow = InterpolateRow_NEON; in I422ToNV21() 365 InterpolateRow = InterpolateRow_Any_MSA; in I422ToNV21() 367 InterpolateRow = InterpolateRow_MSA; in I422ToNV21() 373 InterpolateRow = InterpolateRow_Any_MMI; in I422ToNV21() [all …]
|