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 */ in compress_data()
147 JDIMENSION last_MCU_col = cinfo->MCUs_per_row - 1; in compress_data()
148 JDIMENSION last_iMCU_row = cinfo->total_iMCU_rows - 1; in compress_data()
150 JDIMENSION ypos, xpos; in compress_data()
180 ypos, xpos, (JDIMENSION) blockcnt); in compress_data()
248 JDIMENSION last_iMCU_row = cinfo->total_iMCU_rows - 1; in compress_first_pass()
249 JDIMENSION blocks_across, MCUs_across, MCUindex; in compress_first_pass()
262 (JDIMENSION) compptr->v_samp_factor, TRUE); in compress_first_pass()
284 (JDIMENSION) (block_row * DCTSIZE), in compress_first_pass()
285 (JDIMENSION) 0, blocks_across); in compress_first_pass()
344 JDIMENSION MCU_col_num; /* index of current MCU within row */ in compress_output()
346 JDIMENSION start_col; in compress_output()
360 (JDIMENSION) compptr->v_samp_factor, FALSE); in compress_output()
427 (JDIMENSION) jround_up((long) compptr->width_in_blocks, in jinit_c_coef_controller()
429 (JDIMENSION) jround_up((long) compptr->height_in_blocks, in jinit_c_coef_controller()
431 (JDIMENSION) compptr->v_samp_factor); in jinit_c_coef_controller()