Lines Matching defs:dst_ptr
99 uint8* dst_ptr, int dst_width) { in ScaleRowDown2_SSSE3()
125 uint8* dst_ptr, int dst_width) { in ScaleRowDown2Linear_SSSE3()
158 uint8* dst_ptr, int dst_width) { in ScaleRowDown2Box_SSSE3()
202 uint8* dst_ptr, int dst_width) { in ScaleRowDown2_AVX2()
230 uint8* dst_ptr, int dst_width) { in ScaleRowDown2Linear_AVX2()
267 uint8* dst_ptr, int dst_width) { in ScaleRowDown2Box_AVX2()
313 uint8* dst_ptr, int dst_width) { in ScaleRowDown4_SSSE3()
344 uint8* dst_ptr, int dst_width) { in ScaleRowDown4Box_SSSE3()
402 uint8* dst_ptr, int dst_width) { in ScaleRowDown4_AVX2()
436 uint8* dst_ptr, int dst_width) { in ScaleRowDown4Box_AVX2()
499 uint8* dst_ptr, int dst_width) { in ScaleRowDown34_SSSE3()
547 uint8* dst_ptr, int dst_width) { in ScaleRowDown34_1_Box_SSSE3()
604 uint8* dst_ptr, int dst_width) { in ScaleRowDown34_0_Box_SSSE3()
665 uint8* dst_ptr, int dst_width) { in ScaleRowDown38_SSSE3()
697 uint8* dst_ptr, int dst_width) { in ScaleRowDown38_3_Box_SSSE3()
762 uint8* dst_ptr, int dst_width) { in ScaleRowDown38_2_Box_SSSE3()
805 void ScaleAddRow_SSE2(const uint8* src_ptr, uint16* dst_ptr, int src_width) { in ScaleAddRow_SSE2()
835 void ScaleAddRow_AVX2(const uint8* src_ptr, uint16* dst_ptr, int src_width) { in ScaleAddRow_AVX2()
875 void ScaleFilterCols_SSSE3(uint8* dst_ptr, const uint8* src_ptr, in ScaleFilterCols_SSSE3()
959 void ScaleColsUp2_SSE2(uint8* dst_ptr, const uint8* src_ptr, in ScaleColsUp2_SSE2()