Home | History | Annotate | Download | only in jpeg

Lines Matching refs:output_width

178       size = cinfo->output_width*2;
273 for (col = cinfo->output_width >> 1; col > 0; col--) {
293 if (cinfo->output_width & 1) {
334 for (col = cinfo->output_width >> 1; col > 0; col--) {
356 if (cinfo->output_width & 1) {
400 for (col = cinfo->output_width >> 1; col > 0; col--) {
424 if (cinfo->output_width & 1) {
472 for (col = cinfo->output_width >> 1; col > 0; col--) {
502 if (cinfo->output_width & 1) {
550 for (col = cinfo->output_width >> 1; col > 0; col--) {
584 if (cinfo->output_width & 1) {
638 for (col = cinfo->output_width >> 1; col > 0; col--) {
677 if (cinfo->output_width & 1) {
720 upsample->out_row_width = cinfo->output_width * cinfo->out_color_components;