Home
last modified time | relevance | path

Searched refs:last_row_height (Results 1 – 7 of 7) sorted by relevance

/external/libjpeg-turbo/
Djdcoefct.h78 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->last_row_height; in start_iMCU_row()
Djdinput.c174 compptr->last_row_height = tmp; in per_scan_setup()
211 compptr->last_row_height = tmp; in per_scan_setup()
Djctrans.c255 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->last_row_height; in start_iMCU_row()
327 yindex + yoffset < compptr->last_row_height) { in compress_output()
Djccoefct.c85 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->last_row_height; in start_iMCU_row()
174 yoffset + yindex < compptr->last_row_height) { in compress_data()
Djcmaster.c383 compptr->last_row_height = tmp; in per_scan_setup()
419 compptr->last_row_height = tmp; in per_scan_setup()
Djpeglib.h183 int last_row_height; /* # of non-dummy blocks down in last MCU */ member
Djdcoefct.c141 yoffset + yindex < compptr->last_row_height) { in decompress_onepass()