Searched refs:InterpolateRow (Results 1 – 8 of 8) sorted by relevance
/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 | 194 void (*InterpolateRow)(uint8* dst_argb, const uint8* src_argb, in ScaleARGBBilinearDown() local 215 InterpolateRow = InterpolateRow_Any_SSSE3; in ScaleARGBBilinearDown() 217 InterpolateRow = InterpolateRow_SSSE3; in ScaleARGBBilinearDown() 223 InterpolateRow = InterpolateRow_Any_AVX2; in ScaleARGBBilinearDown() 225 InterpolateRow = InterpolateRow_AVX2; in ScaleARGBBilinearDown() 231 InterpolateRow = InterpolateRow_Any_NEON; in ScaleARGBBilinearDown() 233 InterpolateRow = InterpolateRow_NEON; in ScaleARGBBilinearDown() 240 InterpolateRow = InterpolateRow_Any_DSPR2; in ScaleARGBBilinearDown() 242 InterpolateRow = InterpolateRow_DSPR2; in ScaleARGBBilinearDown() 275 InterpolateRow(row, src, src_stride, clip_src_width, yf); in ScaleARGBBilinearDown() [all …]
|
D | scale.cc | 870 void (*InterpolateRow)(uint8* dst_ptr, const uint8* src_ptr, in ScalePlaneBilinearDown() local 879 InterpolateRow = InterpolateRow_Any_SSSE3; in ScalePlaneBilinearDown() 881 InterpolateRow = InterpolateRow_SSSE3; in ScalePlaneBilinearDown() 887 InterpolateRow = InterpolateRow_Any_AVX2; in ScalePlaneBilinearDown() 889 InterpolateRow = InterpolateRow_AVX2; in ScalePlaneBilinearDown() 895 InterpolateRow = InterpolateRow_Any_NEON; in ScalePlaneBilinearDown() 897 InterpolateRow = InterpolateRow_NEON; in ScalePlaneBilinearDown() 903 InterpolateRow = InterpolateRow_Any_DSPR2; in ScalePlaneBilinearDown() 905 InterpolateRow = InterpolateRow_DSPR2; in ScalePlaneBilinearDown() 935 InterpolateRow(row, src, src_stride, src_width, yf); in ScalePlaneBilinearDown() [all …]
|
D | scale_common.cc | 899 void (*InterpolateRow)(uint8* dst_argb, const uint8* src_argb, in ScalePlaneVertical() local 911 InterpolateRow = InterpolateRow_Any_SSSE3; in ScalePlaneVertical() 913 InterpolateRow = InterpolateRow_SSSE3; in ScalePlaneVertical() 919 InterpolateRow = InterpolateRow_Any_AVX2; in ScalePlaneVertical() 921 InterpolateRow = InterpolateRow_AVX2; in ScalePlaneVertical() 927 InterpolateRow = InterpolateRow_Any_NEON; in ScalePlaneVertical() 929 InterpolateRow = InterpolateRow_NEON; in ScalePlaneVertical() 937 InterpolateRow = InterpolateRow_Any_DSPR2; in ScalePlaneVertical() 939 InterpolateRow = InterpolateRow_DSPR2; in ScalePlaneVertical() 951 InterpolateRow(dst_argb, src_argb + yi * src_stride, in ScalePlaneVertical() [all …]
|
D | planar_functions.cc | 2005 void (*InterpolateRow)(uint8* dst_ptr, const uint8* src_ptr, in InterpolatePlane() local 2027 InterpolateRow = InterpolateRow_Any_SSSE3; in InterpolatePlane() 2029 InterpolateRow = InterpolateRow_SSSE3; in InterpolatePlane() 2035 InterpolateRow = InterpolateRow_Any_AVX2; in InterpolatePlane() 2037 InterpolateRow = InterpolateRow_AVX2; in InterpolatePlane() 2043 InterpolateRow = InterpolateRow_Any_NEON; in InterpolatePlane() 2045 InterpolateRow = InterpolateRow_NEON; in InterpolatePlane() 2055 InterpolateRow = InterpolateRow_DSPR2; in InterpolatePlane() 2060 InterpolateRow(dst, src0, src1 - src0, width, interpolation); in InterpolatePlane() 2621 void (*InterpolateRow)(uint8* dst_ptr, const uint8* src_ptr, in YUY2ToNV12() local [all …]
|