Lines Matching refs:output_width
125 outptr += cinfo->output_width * 3;
129 for (col = cinfo->output_width; col > 0; col--) {
143 for (col = cinfo->output_width; col > 0; col--) {
154 for (col = cinfo->output_width; col > 0; col--) {
194 MEMCOPY(outptr, inptr, cinfo->output_width);
195 outptr += cinfo->output_width;
271 PUT_4B(bmpinfoheader, 4, cinfo->output_width); /* biWidth */
340 PUT_2B(bmpcoreheader, 4, cinfo->output_width); /* bcWidth */
512 row_width = cinfo->output_width * 2;
513 dest->row_width = dest->data_width = cinfo->output_width * 3;
518 row_width = cinfo->output_width * cinfo->output_components;
519 dest->row_width = dest->data_width = cinfo->output_width * 3;
521 row_width = cinfo->output_width * cinfo->output_components;