Searched refs:MCU_rows_per_iMCU_row (Results 1 – 3 of 3) sorted by relevance
41 int MCU_rows_per_iMCU_row; /* number of such rows needed */ member83 coef->MCU_rows_per_iMCU_row = 1; in start_iMCU_row()86 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->v_samp_factor; in start_iMCU_row()88 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->last_row_height; in start_iMCU_row()156 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in compress_data()369 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in compress_output()
211 int MCU_rows_per_iMCU_row; /* number of such rows needed */ member234 coef->MCU_rows_per_iMCU_row = 1; in start_iMCU_row()237 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->v_samp_factor; in start_iMCU_row()239 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->last_row_height; in start_iMCU_row()298 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in compress_output()
36 int MCU_rows_per_iMCU_row; /* number of such rows needed */ member90 coef->MCU_rows_per_iMCU_row = 1; in start_iMCU_row()93 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->v_samp_factor; in start_iMCU_row()95 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->last_row_height; in start_iMCU_row()161 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in decompress_onepass()270 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in consume_data()
Completed in 5 milliseconds