Searched refs:MCU_rows_per_iMCU_row (Results 1 – 5 of 5) sorted by relevance
32 int MCU_rows_per_iMCU_row; /* number of such rows needed */ member73 coef->MCU_rows_per_iMCU_row = 1; in start_iMCU_row()76 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->v_samp_factor; in start_iMCU_row()78 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->last_row_height; in start_iMCU_row()
43 int MCU_rows_per_iMCU_row; /* number of such rows needed */ member80 coef->MCU_rows_per_iMCU_row = 1; in start_iMCU_row()83 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->v_samp_factor; in start_iMCU_row()85 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->last_row_height; in start_iMCU_row()152 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in compress_data()364 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in compress_output()
227 int MCU_rows_per_iMCU_row; /* number of such rows needed */ member250 coef->MCU_rows_per_iMCU_row = 1; in start_iMCU_row()253 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->v_samp_factor; in start_iMCU_row()255 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->last_row_height; in start_iMCU_row()314 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in compress_output()
98 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in decompress_onepass()216 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in consume_data()
535 for (y = 0; y < coef->MCU_rows_per_iMCU_row; y++) { in jpeg_skip_scanlines()