Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:v_samp_factor

79    * In a noninterleaved scan, an iMCU row has v_samp_factor MCU rows.
86 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->v_samp_factor;
136 * per call, ie, v_samp_factor block rows for each component in the image.
230 * per call, ie, v_samp_factor block rows for each component in the image.
266 coef->iMCU_row_num * compptr->v_samp_factor,
267 (JDIMENSION) compptr->v_samp_factor, TRUE);
270 block_rows = compptr->v_samp_factor;
273 block_rows = (int) (compptr->height_in_blocks % compptr->v_samp_factor);
274 if (block_rows == 0) block_rows = compptr->v_samp_factor;
309 for (block_row = block_rows; block_row < compptr->v_samp_factor;
338 * per call, ie, v_samp_factor block rows for each component in the scan.
364 coef->iMCU_row_num * compptr->v_samp_factor,
365 (JDIMENSION) compptr->v_samp_factor, FALSE);
435 (long) compptr->v_samp_factor),
436 (JDIMENSION) compptr->v_samp_factor);