Home
last modified time | relevance | path

Searched refs:last_iMCU_row (Results 1 – 3 of 3) sorted by relevance

/external/libjpeg-turbo/
Djccoefct.c146 JDIMENSION last_iMCU_row = cinfo->total_iMCU_rows - 1; in compress_data() local
173 if (coef->iMCU_row_num < last_iMCU_row || in compress_data()
248 JDIMENSION last_iMCU_row = cinfo->total_iMCU_rows - 1; in compress_first_pass() local
264 if (coef->iMCU_row_num < last_iMCU_row) in compress_first_pass()
301 if (coef->iMCU_row_num == last_iMCU_row) { in compress_first_pass()
Djdcoefct.c90 JDIMENSION last_iMCU_row = cinfo->total_iMCU_rows - 1; in decompress_onepass() local
138 if (cinfo->input_iMCU_row < last_iMCU_row || in decompress_onepass()
264 JDIMENSION last_iMCU_row = cinfo->total_iMCU_rows - 1; in decompress_data() local
294 if (cinfo->output_iMCU_row < last_iMCU_row) in decompress_data()
411 JDIMENSION last_iMCU_row = cinfo->total_iMCU_rows - 1; in decompress_smooth_data() local
455 if (cinfo->output_iMCU_row < last_iMCU_row) { in decompress_smooth_data()
Djctrans.c295 JDIMENSION last_iMCU_row = cinfo->total_iMCU_rows - 1; in compress_output() local
325 if (coef->iMCU_row_num < last_iMCU_row || in compress_output()