Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:JDIMENSION

37   JDIMENSION iMCU_row_num;	/* iMCU row # within image */
38 JDIMENSION mcu_ctr; /* counts MCUs processed in current row */
146 JDIMENSION MCU_col_num; /* index of current MCU within row */
147 JDIMENSION last_MCU_col = cinfo->MCUs_per_row - 1;
148 JDIMENSION last_iMCU_row = cinfo->total_iMCU_rows - 1;
150 JDIMENSION ypos, xpos;
180 ypos, xpos, (JDIMENSION) blockcnt);
248 JDIMENSION last_iMCU_row = cinfo->total_iMCU_rows - 1;
249 JDIMENSION blocks_across, MCUs_across, MCUindex;
262 (JDIMENSION) compptr->v_samp_factor, TRUE);
284 (JDIMENSION) (block_row * DCTSIZE),
285 (JDIMENSION) 0, blocks_across);
344 JDIMENSION MCU_col_num; /* index of current MCU within row */
346 JDIMENSION start_col;
360 (JDIMENSION) compptr->v_samp_factor, FALSE);
427 (JDIMENSION) jround_up((long) compptr->width_in_blocks,
429 (JDIMENSION) jround_up((long) compptr->height_in_blocks,
431 (JDIMENSION) compptr->v_samp_factor);