Home | History | Annotate | Download | only in jpeg-6b

Lines Matching refs:max_h_samp_factor

82   MCU_cols = dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE);
249 MCU_cols = dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE);
374 MCU_cols = dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE);
478 MCU_cols = dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE);
682 int ci, max_h_samp_factor;
685 /* We have to compute max_h_samp_factor ourselves,
689 max_h_samp_factor = 1;
692 max_h_samp_factor = MAX(max_h_samp_factor, h_samp_factor);
694 MCU_cols = dstinfo->image_width / (max_h_samp_factor * DCTSIZE);
696 dstinfo->image_width = MCU_cols * (max_h_samp_factor * DCTSIZE);