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

Lines Matching full:max_v_samp_factor

134   MCU_rows = dstinfo->image_height / (dstinfo->max_v_samp_factor * DCTSIZE);
313 MCU_rows = dstinfo->image_height / (dstinfo->max_v_samp_factor * DCTSIZE);
375 MCU_rows = dstinfo->image_height / (dstinfo->max_v_samp_factor * DCTSIZE);
479 MCU_rows = dstinfo->image_height / (dstinfo->max_v_samp_factor * DCTSIZE);
702 int ci, max_v_samp_factor;
705 /* We have to compute max_v_samp_factor ourselves,
709 max_v_samp_factor = 1;
712 max_v_samp_factor = MAX(max_v_samp_factor, v_samp_factor);
714 MCU_rows = dstinfo->image_height / (max_v_samp_factor * DCTSIZE);
716 dstinfo->image_height = MCU_rows * (max_v_samp_factor * DCTSIZE);