Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:output_cols

83  * Expand a component horizontally from width input_cols to width output_cols,

89 JDIMENSION input_cols, JDIMENSION output_cols)
95 int numcols = (int) (output_cols - input_cols);
146 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE;
160 cinfo->image_width, output_cols * h_expand);
165 for (outcol = 0, outcol_h = 0; outcol < output_cols;
218 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE;
227 cinfo->image_width, output_cols * 2);
233 for (outcol = 0; outcol < output_cols; outcol++) {
255 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE;
264 cinfo->image_width, output_cols * 2);
272 for (outcol = 0; outcol < output_cols; outcol++) {
298 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE;
307 cinfo->image_width, output_cols * 2);
347 for (colctr = output_cols - 2; colctr > 0; colctr--) {
398 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE;
408 cinfo->image_width, output_cols);
436 for (colctr = output_cols