Home
last modified time | relevance | path

Searched refs:InterpolateRow (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Dscale_argb.cc194 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 …]
Dscale.cc871 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 …]
Dscale_common.cc869 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 …]
Dplanar_functions.cc1834 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 …]