Lines Matching refs:output_cols
93 JDIMENSION input_cols, JDIMENSION output_cols) in expand_right_edge() argument
99 int numcols = (int) (output_cols - input_cols); in expand_right_edge()
150 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE; in int_downsample() local
164 cinfo->image_width, output_cols * h_expand); in int_downsample()
169 for (outcol = 0, outcol_h = 0; outcol < output_cols; in int_downsample()
222 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE; in h2v1_downsample() local
231 cinfo->image_width, output_cols * 2); in h2v1_downsample()
237 for (outcol = 0; outcol < output_cols; outcol++) { in h2v1_downsample()
259 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE; in h2v2_downsample() local
268 cinfo->image_width, output_cols * 2); in h2v2_downsample()
276 for (outcol = 0; outcol < output_cols; outcol++) { in h2v2_downsample()
302 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE; in h2v2_smooth_downsample() local
311 cinfo->image_width, output_cols * 2); in h2v2_smooth_downsample()
351 for (colctr = output_cols - 2; colctr > 0; colctr--) { in h2v2_smooth_downsample()
402 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE; in fullsize_smooth_downsample() local
412 cinfo->image_width, output_cols); in fullsize_smooth_downsample()
440 for (colctr = output_cols - 2; colctr > 0; colctr--) { in fullsize_smooth_downsample()