Lines Matching refs:InterpolateRow

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()
1064 InterpolateRow = InterpolateRow_MSA; in ScalePlaneBilinearDown()
1093 InterpolateRow(row, src, src_stride, src_width, yf); in ScalePlaneBilinearDown()
1128 void (*InterpolateRow)(uint16 * dst_ptr, const uint16* src_ptr, in ScalePlaneBilinearDown_16() local
1137 InterpolateRow = InterpolateRow_Any_16_SSE2; in ScalePlaneBilinearDown_16()
1139 InterpolateRow = InterpolateRow_16_SSE2; in ScalePlaneBilinearDown_16()
1145 InterpolateRow = InterpolateRow_Any_16_SSSE3; in ScalePlaneBilinearDown_16()
1147 InterpolateRow = InterpolateRow_16_SSSE3; in ScalePlaneBilinearDown_16()
1153 InterpolateRow = InterpolateRow_Any_16_AVX2; in ScalePlaneBilinearDown_16()
1155 InterpolateRow = InterpolateRow_16_AVX2; in ScalePlaneBilinearDown_16()
1161 InterpolateRow = InterpolateRow_Any_16_NEON; in ScalePlaneBilinearDown_16()
1163 InterpolateRow = InterpolateRow_16_NEON; in ScalePlaneBilinearDown_16()
1169 InterpolateRow = InterpolateRow_Any_16_DSPR2; in ScalePlaneBilinearDown_16()
1171 InterpolateRow = InterpolateRow_16_DSPR2; in ScalePlaneBilinearDown_16()
1192 InterpolateRow((uint16*)row, src, src_stride, src_width, yf); in ScalePlaneBilinearDown_16()
1221 void (*InterpolateRow)(uint8 * dst_ptr, const uint8* src_ptr, in ScalePlaneBilinearUp() local
1233 InterpolateRow = InterpolateRow_Any_SSSE3; in ScalePlaneBilinearUp()
1235 InterpolateRow = InterpolateRow_SSSE3; in ScalePlaneBilinearUp()
1241 InterpolateRow = InterpolateRow_Any_AVX2; in ScalePlaneBilinearUp()
1243 InterpolateRow = InterpolateRow_AVX2; in ScalePlaneBilinearUp()
1249 InterpolateRow = InterpolateRow_Any_NEON; in ScalePlaneBilinearUp()
1251 InterpolateRow = InterpolateRow_NEON; in ScalePlaneBilinearUp()
1257 InterpolateRow = InterpolateRow_Any_DSPR2; in ScalePlaneBilinearUp()
1259 InterpolateRow = InterpolateRow_DSPR2; in ScalePlaneBilinearUp()
1328 InterpolateRow(dst_ptr, rowptr, 0, dst_width, 0); in ScalePlaneBilinearUp()
1331 InterpolateRow(dst_ptr, rowptr, rowstride, dst_width, yf); in ScalePlaneBilinearUp()
1356 void (*InterpolateRow)(uint16 * dst_ptr, const uint16* src_ptr, in ScalePlaneBilinearUp_16() local
1368 InterpolateRow = InterpolateRow_Any_16_SSE2; in ScalePlaneBilinearUp_16()
1370 InterpolateRow = InterpolateRow_16_SSE2; in ScalePlaneBilinearUp_16()
1376 InterpolateRow = InterpolateRow_Any_16_SSSE3; in ScalePlaneBilinearUp_16()
1378 InterpolateRow = InterpolateRow_16_SSSE3; in ScalePlaneBilinearUp_16()
1384 InterpolateRow = InterpolateRow_Any_16_AVX2; in ScalePlaneBilinearUp_16()
1386 InterpolateRow = InterpolateRow_16_AVX2; in ScalePlaneBilinearUp_16()
1392 InterpolateRow = InterpolateRow_Any_16_NEON; in ScalePlaneBilinearUp_16()
1394 InterpolateRow = InterpolateRow_16_NEON; in ScalePlaneBilinearUp_16()
1400 InterpolateRow = InterpolateRow_Any_16_DSPR2; in ScalePlaneBilinearUp_16()
1402 InterpolateRow = InterpolateRow_16_DSPR2; in ScalePlaneBilinearUp_16()
1463 InterpolateRow(dst_ptr, rowptr, 0, dst_width, 0); in ScalePlaneBilinearUp_16()
1466 InterpolateRow(dst_ptr, rowptr, rowstride, dst_width, yf); in ScalePlaneBilinearUp_16()