Searched refs:InterpolateRow_AVX2 (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | scale_argb.cc | 233 InterpolateRow = InterpolateRow_AVX2; in ScaleARGBBilinearDown() 331 InterpolateRow = InterpolateRow_AVX2; in ScaleARGBBilinearUp() 517 InterpolateRow = InterpolateRow_AVX2; in ScaleYUVToARGBBilinearUp()
|
D | planar_functions.cc | 1874 InterpolateRow = InterpolateRow_AVX2; in ARGBInterpolate() 2411 InterpolateRow = InterpolateRow_AVX2; in YUY2ToNV12() 2515 InterpolateRow = InterpolateRow_AVX2; in UYVYToNV12()
|
D | scale.cc | 898 InterpolateRow = InterpolateRow_AVX2; in ScalePlaneBilinearDown() 1095 InterpolateRow = InterpolateRow_AVX2; in ScalePlaneBilinearUp()
|
D | row_any.cc | 462 ANY11T(InterpolateRow_Any_AVX2, InterpolateRow_AVX2, 1, 1, 31)
|
D | scale_common.cc | 899 InterpolateRow = InterpolateRow_AVX2; in ScalePlaneVertical()
|
D | row_gcc.cc | 4757 void InterpolateRow_AVX2(uint8* dst_ptr, const uint8* src_ptr, in InterpolateRow_AVX2() function
|
D | row_win.cc | 5509 void InterpolateRow_AVX2(uint8* dst_ptr, const uint8* src_ptr, in InterpolateRow_AVX2() function
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1762 void InterpolateRow_AVX2(uint8* dst_ptr, const uint8* src_ptr,
|