Lines Matching refs:output_cols
95 JDIMENSION output_cols) in expand_right_edge() argument
101 int numcols = (int)(output_cols - input_cols); in expand_right_edge()
152 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE; in int_downsample() local
166 output_cols * h_expand); in int_downsample()
171 for (outcol = 0, outcol_h = 0; outcol < output_cols; in int_downsample()
224 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE; in h2v1_downsample() local
233 output_cols * 2); in h2v1_downsample()
239 for (outcol = 0; outcol < output_cols; outcol++) { in h2v1_downsample()
261 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE; in h2v2_downsample() local
270 output_cols * 2); in h2v2_downsample()
278 for (outcol = 0; outcol < output_cols; outcol++) { in h2v2_downsample()
304 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE; in h2v2_smooth_downsample() local
313 cinfo->image_width, output_cols * 2); in h2v2_smooth_downsample()
353 for (colctr = output_cols - 2; colctr > 0; colctr--) { in h2v2_smooth_downsample()
404 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE; in fullsize_smooth_downsample() local
414 cinfo->image_width, output_cols); in fullsize_smooth_downsample()
442 for (colctr = output_cols - 2; colctr > 0; colctr--) { in fullsize_smooth_downsample()