Searched refs:InterpolateRow_SSE2 (Results 1 – 8 of 8) sorted by relevance
/external/libaom/libaom/third_party/libyuv/source/ |
D | scale_argb.cc | 217 InterpolateRow = InterpolateRow_SSE2; in ScaleARGBBilinearDown() 315 InterpolateRow = InterpolateRow_SSE2; in ScaleARGBBilinearUp() 501 InterpolateRow = InterpolateRow_SSE2; in ScaleYUVToARGBBilinearUp()
|
D | planar_functions.cc | 1858 InterpolateRow = InterpolateRow_SSE2; in ARGBInterpolate() 2395 InterpolateRow = InterpolateRow_SSE2; in YUY2ToNV12() 2499 InterpolateRow = InterpolateRow_SSE2; in UYVYToNV12()
|
D | scale.cc | 882 InterpolateRow = InterpolateRow_SSE2; in ScalePlaneBilinearDown() 1079 InterpolateRow = InterpolateRow_SSE2; in ScalePlaneBilinearUp()
|
D | row_any.cc | 468 ANY11T(InterpolateRow_Any_SSE2, InterpolateRow_SSE2, 1, 1, 15)
|
D | scale_common.cc | 883 InterpolateRow = InterpolateRow_SSE2; in ScalePlaneVertical()
|
D | row_gcc.cc | 4858 void InterpolateRow_SSE2(uint8* dst_ptr, const uint8* src_ptr, in InterpolateRow_SSE2() function
|
D | row_win.cc | 5707 void InterpolateRow_SSE2(uint8* dst_ptr, const uint8* src_ptr, in InterpolateRow_SSE2() function
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 1757 void InterpolateRow_SSE2(uint8* dst_ptr, const uint8* src_ptr,
|