Lines Matching refs:output_cols
88 JDIMENSION input_cols, JDIMENSION output_cols) in expand_right_edge() argument
94 int numcols = (int) (output_cols - input_cols); in expand_right_edge()
145 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE; in int_downsample() local
159 cinfo->image_width, output_cols * h_expand); in int_downsample()
164 for (outcol = 0, outcol_h = 0; outcol < output_cols; in int_downsample()
217 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE; in h2v1_downsample() local
226 cinfo->image_width, output_cols * 2); in h2v1_downsample()
232 for (outcol = 0; outcol < output_cols; outcol++) { in h2v1_downsample()
254 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE; in h2v2_downsample() local
263 cinfo->image_width, output_cols * 2); in h2v2_downsample()
271 for (outcol = 0; outcol < output_cols; outcol++) { in h2v2_downsample()
297 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE; in h2v2_smooth_downsample() local
306 cinfo->image_width, output_cols * 2); in h2v2_smooth_downsample()
346 for (colctr = output_cols - 2; colctr > 0; colctr--) { in h2v2_smooth_downsample()
397 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE; in fullsize_smooth_downsample() local
407 cinfo->image_width, output_cols); in fullsize_smooth_downsample()
435 for (colctr = output_cols - 2; colctr > 0; colctr--) { in fullsize_smooth_downsample()