Home | History | Annotate | Download | only in jpeg

Lines Matching refs:output_cols

82  * Expand a component horizontally from width input_cols to width output_cols,
88 JDIMENSION input_cols, JDIMENSION output_cols)
94 int numcols = (int) (output_cols - input_cols);
145 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE;
159 cinfo->image_width, output_cols * h_expand);
164 for (outcol = 0, outcol_h = 0; outcol < output_cols;
217 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE;
226 cinfo->image_width, output_cols * 2);
232 for (outcol = 0; outcol < output_cols; outcol++) {
254 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE;
263 cinfo->image_width, output_cols * 2);
271 for (outcol = 0; outcol < output_cols; outcol++) {
297 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE;
306 cinfo->image_width, output_cols * 2);
346 for (colctr = output_cols - 2; colctr > 0; colctr--) {
397 JDIMENSION output_cols = compptr->width_in_blocks * DCTSIZE;
407 cinfo->image_width, output_cols);
435 for (colctr = output_cols - 2; colctr > 0; colctr--) {