Searched refs:last_row_height (Results 1 – 12 of 12) sorted by relevance
242 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->last_row_height; in start_iMCU_row()314 yindex+yoffset < compptr->last_row_height) { in compress_output()
150 compptr->last_row_height = tmp; in per_scan_setup()195 compptr->last_row_height = tmp; in per_scan_setup()
87 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->last_row_height; in start_iMCU_row()176 yoffset+yindex < compptr->last_row_height) { in compress_data()
335 compptr->last_row_height = tmp; in per_scan_setup()371 compptr->last_row_height = tmp; in per_scan_setup()
94 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->last_row_height; in start_iMCU_row()207 yoffset+yindex < compptr->last_row_height) { in decompress_onepass()
169 int last_row_height; /* # of non-dummy blocks down in last MCU */ member