Lines Matching refs:InterpolateRow
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()
1045 InterpolateRow = InterpolateRow_MMI; in ScalePlaneBilinearDown()
1082 InterpolateRow(row, src, src_stride, src_width, yf); in ScalePlaneBilinearDown()
1117 void (*InterpolateRow)(uint16_t * dst_ptr, const uint16_t* src_ptr, in ScalePlaneBilinearDown_16() local
1126 InterpolateRow = InterpolateRow_Any_16_SSE2; in ScalePlaneBilinearDown_16()
1128 InterpolateRow = InterpolateRow_16_SSE2; in ScalePlaneBilinearDown_16()
1134 InterpolateRow = InterpolateRow_Any_16_SSSE3; in ScalePlaneBilinearDown_16()
1136 InterpolateRow = InterpolateRow_16_SSSE3; in ScalePlaneBilinearDown_16()
1142 InterpolateRow = InterpolateRow_Any_16_AVX2; in ScalePlaneBilinearDown_16()
1144 InterpolateRow = InterpolateRow_16_AVX2; in ScalePlaneBilinearDown_16()
1150 InterpolateRow = InterpolateRow_Any_16_NEON; in ScalePlaneBilinearDown_16()
1152 InterpolateRow = InterpolateRow_16_NEON; in ScalePlaneBilinearDown_16()
1173 InterpolateRow((uint16_t*)row, src, src_stride, src_width, yf); in ScalePlaneBilinearDown_16()
1202 void (*InterpolateRow)(uint8_t * dst_ptr, const uint8_t* src_ptr, in ScalePlaneBilinearUp() local
1214 InterpolateRow = InterpolateRow_Any_SSSE3; in ScalePlaneBilinearUp()
1216 InterpolateRow = InterpolateRow_SSSE3; in ScalePlaneBilinearUp()
1222 InterpolateRow = InterpolateRow_Any_AVX2; in ScalePlaneBilinearUp()
1224 InterpolateRow = InterpolateRow_AVX2; in ScalePlaneBilinearUp()
1230 InterpolateRow = InterpolateRow_Any_NEON; in ScalePlaneBilinearUp()
1232 InterpolateRow = InterpolateRow_NEON; in ScalePlaneBilinearUp()
1314 InterpolateRow(dst_ptr, rowptr, 0, dst_width, 0); in ScalePlaneBilinearUp()
1317 InterpolateRow(dst_ptr, rowptr, rowstride, dst_width, yf); in ScalePlaneBilinearUp()
1342 void (*InterpolateRow)(uint16_t * dst_ptr, const uint16_t* src_ptr, in ScalePlaneBilinearUp_16() local
1354 InterpolateRow = InterpolateRow_Any_16_SSE2; in ScalePlaneBilinearUp_16()
1356 InterpolateRow = InterpolateRow_16_SSE2; in ScalePlaneBilinearUp_16()
1362 InterpolateRow = InterpolateRow_Any_16_SSSE3; in ScalePlaneBilinearUp_16()
1364 InterpolateRow = InterpolateRow_16_SSSE3; in ScalePlaneBilinearUp_16()
1370 InterpolateRow = InterpolateRow_Any_16_AVX2; in ScalePlaneBilinearUp_16()
1372 InterpolateRow = InterpolateRow_16_AVX2; in ScalePlaneBilinearUp_16()
1378 InterpolateRow = InterpolateRow_Any_16_NEON; in ScalePlaneBilinearUp_16()
1380 InterpolateRow = InterpolateRow_16_NEON; in ScalePlaneBilinearUp_16()
1446 InterpolateRow(dst_ptr, rowptr, 0, dst_width, 0); in ScalePlaneBilinearUp_16()
1449 InterpolateRow(dst_ptr, rowptr, rowstride, dst_width, yf); in ScalePlaneBilinearUp_16()