Home
last modified time | relevance | path

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

/external/pdfium/third_party/libjpeg/
Dfpdfapi_jccoefct.c148 JDIMENSION last_iMCU_row = cinfo->total_iMCU_rows - 1; in compress_data() local
175 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()
Dfpdfapi_jdcoefct.c152 JDIMENSION last_iMCU_row = cinfo->total_iMCU_rows - 1; in decompress_onepass() local
193 if (cinfo->input_iMCU_row < last_iMCU_row || in decompress_onepass()
318 JDIMENSION last_iMCU_row = cinfo->total_iMCU_rows - 1; in decompress_data() local
348 if (cinfo->output_iMCU_row < last_iMCU_row) in decompress_data()
464 JDIMENSION last_iMCU_row = cinfo->total_iMCU_rows - 1; in decompress_smooth_data() local
505 if (cinfo->output_iMCU_row < last_iMCU_row) { in decompress_smooth_data()
Dfpdfapi_jctrans.c283 JDIMENSION last_iMCU_row = cinfo->total_iMCU_rows - 1; in compress_output() local
313 if (coef->iMCU_row_num < last_iMCU_row || in compress_output()
/external/libjpeg-turbo/
Djccoefct.c148 JDIMENSION last_iMCU_row = cinfo->total_iMCU_rows - 1; in compress_data() local
175 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.c91 JDIMENSION last_iMCU_row = cinfo->total_iMCU_rows - 1; in decompress_onepass() local
139 if (cinfo->input_iMCU_row < last_iMCU_row || in decompress_onepass()
265 JDIMENSION last_iMCU_row = cinfo->total_iMCU_rows - 1; in decompress_data() local
295 if (cinfo->output_iMCU_row < last_iMCU_row) in decompress_data()
412 JDIMENSION last_iMCU_row = cinfo->total_iMCU_rows - 1; in decompress_smooth_data() local
456 if (cinfo->output_iMCU_row < last_iMCU_row) { in decompress_smooth_data()
Djctrans.c297 JDIMENSION last_iMCU_row = cinfo->total_iMCU_rows - 1; in compress_output() local
327 if (coef->iMCU_row_num < last_iMCU_row || in compress_output()