Lines Matching refs:output_width
178 size = cinfo->output_width*2; in merged_2v_upsample()
273 for (col = cinfo->output_width >> 1; col > 0; col--) { in h2v1_merged_upsample()
293 if (cinfo->output_width & 1) { in h2v1_merged_upsample()
334 for (col = cinfo->output_width >> 1; col > 0; col--) { in h2v1_merged_upsample_565()
356 if (cinfo->output_width & 1) { in h2v1_merged_upsample_565()
400 for (col = cinfo->output_width >> 1; col > 0; col--) { in h2v1_merged_upsample_565D()
424 if (cinfo->output_width & 1) { in h2v1_merged_upsample_565D()
472 for (col = cinfo->output_width >> 1; col > 0; col--) { in h2v2_merged_upsample()
502 if (cinfo->output_width & 1) { in h2v2_merged_upsample()
550 for (col = cinfo->output_width >> 1; col > 0; col--) { in h2v2_merged_upsample_565()
584 if (cinfo->output_width & 1) { in h2v2_merged_upsample_565()
638 for (col = cinfo->output_width >> 1; col > 0; col--) { in h2v2_merged_upsample_565D()
677 if (cinfo->output_width & 1) { in h2v2_merged_upsample_565D()
720 upsample->out_row_width = cinfo->output_width * cinfo->out_color_components; in jinit_merged_upsampler()