Lines Matching refs:dst_width
25 uint8* dst, int dst_width) { in ScaleRowDown2_NEON() argument
37 "+r"(dst_width) // %2 in ScaleRowDown2_NEON()
45 uint8* dst, int dst_width) { in ScaleRowDown2Linear_NEON() argument
60 "+r"(dst_width) // %2 in ScaleRowDown2Linear_NEON()
68 uint8* dst, int dst_width) { in ScaleRowDown2Box_NEON() argument
90 "+r"(dst_width) // %3 in ScaleRowDown2Box_NEON()
97 uint8* dst_ptr, int dst_width) { in ScaleRowDown4_NEON() argument
108 "+r"(dst_width) // %2 in ScaleRowDown4_NEON()
115 uint8* dst_ptr, int dst_width) { in ScaleRowDown4Box_NEON() argument
144 "+r"(dst_width) // %5 in ScaleRowDown4Box_NEON()
155 uint8* dst_ptr, int dst_width) { in ScaleRowDown34_NEON() argument
167 "+r"(dst_width) // %2 in ScaleRowDown34_NEON()
175 uint8* dst_ptr, int dst_width) { in ScaleRowDown34_0_Box_NEON() argument
225 "+r"(dst_width), // %2 in ScaleRowDown34_0_Box_NEON()
235 uint8* dst_ptr, int dst_width) { in ScaleRowDown34_1_Box_NEON() argument
269 "+r"(dst_width), // %2 in ScaleRowDown34_1_Box_NEON()
290 uint8* dst_ptr, int dst_width) { in ScaleRowDown38_NEON() argument
306 "+r"(dst_width) // %2 in ScaleRowDown38_NEON()
315 uint8* dst_ptr, int dst_width) { in ScaleRowDown38_3_Box_NEON() argument
431 "+r"(dst_width) // %4 in ScaleRowDown38_3_Box_NEON()
444 uint8* dst_ptr, int dst_width) { in ScaleRowDown38_2_Box_NEON() argument
540 "+r"(dst_width) // %3 in ScaleRowDown38_2_Box_NEON()
591 int dst_width, int x, int dx) { in ScaleFilterCols_NEON() argument
595 int64 dst_width64 = (int64) dst_width; // Work around ios 64 bit warning. in ScaleFilterCols_NEON()
658 int dst_width, int source_y_fraction) { in ScaleFilterRows_NEON() argument
747 "+r"(dst_width), // %3 in ScaleFilterRows_NEON()
756 uint8* dst, int dst_width) { in ScaleARGBRowDown2_NEON() argument
772 "+r" (dst_width) // %2 in ScaleARGBRowDown2_NEON()
779 uint8* dst_argb, int dst_width) { in ScaleARGBRowDown2Linear_NEON() argument
799 "+r"(dst_width) // %2 in ScaleARGBRowDown2Linear_NEON()
806 uint8* dst, int dst_width) { in ScaleARGBRowDown2Box_NEON() argument
834 "+r" (dst_width) // %3 in ScaleARGBRowDown2Box_NEON()
843 int src_stepx, uint8* dst_argb, int dst_width) { in ScaleARGBRowDownEven_NEON() argument
860 "+r"(dst_width) // %2 in ScaleARGBRowDownEven_NEON()
872 uint8* dst_argb, int dst_width) { in ScaleARGBRowDownEvenBox_NEON() argument
913 "+r"(dst_width) // %3 in ScaleARGBRowDownEvenBox_NEON()
929 int dst_width, int x, int dx) { in ScaleARGBCols_NEON() argument
931 int64 dst_width64 = (int64) dst_width; // Work around ios 64 bit warning. in ScaleARGBCols_NEON()
974 int dst_width, int x, int dx) { in ScaleARGBFilterCols_NEON() argument
978 int64 dst_width64 = (int64) dst_width; // Work around ios 64 bit warning. in ScaleARGBFilterCols_NEON()