Home | History | Annotate | Download | only in libjpeg_turbo

Lines Matching refs:output_cols

84  * Expand a component horizontally from width input_cols to width output_cols,
90 JDIMENSION input_cols, JDIMENSION output_cols)
96 int numcols = (int) (output_cols - input_cols);
147 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE;
161 cinfo->image_width, output_cols * h_expand);
166 for (outcol = 0, outcol_h = 0; outcol < output_cols;
219 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE;
228 cinfo->image_width, output_cols * 2);
234 for (outcol = 0; outcol < output_cols; outcol++) {
256 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE;
265 cinfo->image_width, output_cols * 2);
273 for (outcol = 0; outcol < output_cols; outcol++) {
299 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE;
308 cinfo->image_width, output_cols * 2);
348 for (colctr = output_cols - 2; colctr > 0; colctr--) {
399 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE;
409 cinfo->image_width, output_cols);
437 for (colctr = output_cols - 2; colctr > 0; colctr--) {