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()
260 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE; in h2v2_downsample() local
269 output_cols * 2); in h2v2_downsample()
277 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()
347 for (colctr = output_cols - 2; colctr > 0; colctr--) { in h2v2_smooth_downsample()
390 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE; in fullsize_smooth_downsample() local
400 cinfo->image_width, output_cols); in fullsize_smooth_downsample()
426 for (colctr = output_cols - 2; colctr > 0; colctr--) { in fullsize_smooth_downsample()