Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:max_v_samp_factor

14  * max_v_samp_factor pixel rows from each row group (but this could vary
75 upsample->next_row_out = cinfo->max_v_samp_factor;
102 if (upsample->next_row_out >= cinfo->max_v_samp_factor) {
118 num_rows = (JDIMENSION) (cinfo->max_v_samp_factor - upsample->next_row_out);
120 * in case the image height is not a multiple of max_v_samp_factor:
139 if (upsample->next_row_out >= cinfo->max_v_samp_factor)
206 while (outrow < cinfo->max_v_samp_factor) {
243 for (outrow = 0; outrow < cinfo->max_v_samp_factor; outrow++) {
272 while (outrow < cinfo->max_v_samp_factor) {
319 * are to be converted to max_h_samp_factor * max_v_samp_factor pixels.
326 v_out_group = cinfo->max_v_samp_factor;
358 (JDIMENSION) cinfo->max_v_samp_factor);