Searched refs:InterpolateRow_SSSE3 (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | scale_argb.cc | 225 InterpolateRow = InterpolateRow_SSSE3; in ScaleARGBBilinearDown() 323 InterpolateRow = InterpolateRow_SSSE3; in ScaleARGBBilinearUp() 509 InterpolateRow = InterpolateRow_SSSE3; in ScaleYUVToARGBBilinearUp()
|
D | planar_functions.cc | 1866 InterpolateRow = InterpolateRow_SSSE3; in ARGBInterpolate() 2403 InterpolateRow = InterpolateRow_SSSE3; in YUY2ToNV12() 2507 InterpolateRow = InterpolateRow_SSSE3; in UYVYToNV12()
|
D | scale.cc | 890 InterpolateRow = InterpolateRow_SSSE3; in ScalePlaneBilinearDown() 1087 InterpolateRow = InterpolateRow_SSSE3; in ScalePlaneBilinearUp()
|
D | row_any.cc | 465 ANY11T(InterpolateRow_Any_SSSE3, InterpolateRow_SSSE3, 1, 1, 15)
|
D | scale_common.cc | 891 InterpolateRow = InterpolateRow_SSSE3; in ScalePlaneVertical()
|
D | row_gcc.cc | 4654 void InterpolateRow_SSSE3(uint8* dst_ptr, const uint8* src_ptr, in InterpolateRow_SSSE3() function
|
D | row_win.cc | 5606 void InterpolateRow_SSSE3(uint8* dst_ptr, const uint8* src_ptr, in InterpolateRow_SSSE3() function
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1759 void InterpolateRow_SSSE3(uint8* dst_ptr, const uint8* src_ptr,
|