Searched refs:MCU_rows_per_iMCU_row (Results 1 – 5 of 5) sorted by relevance
31 int MCU_rows_per_iMCU_row; /* number of such rows needed */ member72 coef->MCU_rows_per_iMCU_row = 1; in start_iMCU_row()75 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->v_samp_factor; in start_iMCU_row()77 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()
226 int MCU_rows_per_iMCU_row; /* number of such rows needed */ member249 coef->MCU_rows_per_iMCU_row = 1; in start_iMCU_row()252 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->v_samp_factor; in start_iMCU_row()254 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->last_row_height; in start_iMCU_row()313 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()214 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row; in consume_data()
503 for (y = 0; y < coef->MCU_rows_per_iMCU_row; y++) { in jpeg_skip_scanlines()