Lines Matching defs:dst_ptr
102 uint8* dst_ptr, int dst_width) { in ScaleRowDown2_SSSE3()
124 uint8* dst_ptr, int dst_width) { in ScaleRowDown2Linear_SSSE3()
153 uint8* dst_ptr, int dst_width) { in ScaleRowDown2Box_SSSE3()
193 uint8* dst_ptr, int dst_width) { in ScaleRowDown2_AVX2()
217 uint8* dst_ptr, int dst_width) { in ScaleRowDown2Linear_AVX2()
248 uint8* dst_ptr, int dst_width) { in ScaleRowDown2Box_AVX2()
290 uint8* dst_ptr, int dst_width) { in ScaleRowDown4_SSSE3()
318 uint8* dst_ptr, int dst_width) { in ScaleRowDown4Box_SSSE3()
374 uint8* dst_ptr, int dst_width) { in ScaleRowDown4_AVX2()
404 uint8* dst_ptr, int dst_width) { in ScaleRowDown4Box_AVX2()
459 uint8* dst_ptr, int dst_width) { in ScaleRowDown34_SSSE3()
495 uint8* dst_ptr, int dst_width) { in ScaleRowDown34_1_Box_SSSE3()
560 uint8* dst_ptr, int dst_width) { in ScaleRowDown34_0_Box_SSSE3()
628 uint8* dst_ptr, int dst_width) { in ScaleRowDown38_SSSE3()
658 uint8* dst_ptr, int dst_width) { in ScaleRowDown38_2_Box_SSSE3()
703 uint8* dst_ptr, int dst_width) { in ScaleRowDown38_3_Box_SSSE3()
765 void ScaleAddRow_SSE2(const uint8* src_ptr, uint16* dst_ptr, int src_width) { in ScaleAddRow_SSE2()
796 void ScaleAddRow_AVX2(const uint8* src_ptr, uint16* dst_ptr, int src_width) { in ScaleAddRow_AVX2()
835 void ScaleFilterCols_SSSE3(uint8* dst_ptr, const uint8* src_ptr, in ScaleFilterCols_SSSE3()
928 void ScaleColsUp2_SSE2(uint8* dst_ptr, const uint8* src_ptr, in ScaleColsUp2_SSE2()