Home
last modified time | relevance | path

Searched refs:MCU_height (Results 1 – 13 of 13) sorted by relevance

/external/pdfium/core/src/fxcodec/libjpeg/
Dfpdfapi_jdinput.c140 compptr->MCU_height = 1; in per_scan_setup()
176 compptr->MCU_height = compptr->v_samp_factor; in per_scan_setup()
177 compptr->MCU_blocks = compptr->MCU_width * compptr->MCU_height; in per_scan_setup()
183 tmp = (int) (compptr->height_in_blocks % compptr->MCU_height); in per_scan_setup()
184 if (tmp == 0) tmp = compptr->MCU_height; in per_scan_setup()
Dfpdfapi_jcmaster.c327 compptr->MCU_height = 1; in per_scan_setup()
363 compptr->MCU_height = compptr->v_samp_factor; in per_scan_setup()
364 compptr->MCU_blocks = compptr->MCU_width * compptr->MCU_height; in per_scan_setup()
370 tmp = (int) (compptr->height_in_blocks % compptr->MCU_height); in per_scan_setup()
371 if (tmp == 0) tmp = compptr->MCU_height; in per_scan_setup()
Dfpdfapi_jccoefct.c175 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_data()
374 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_output()
Dfpdfapi_jdcoefct.c193 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in decompress_onepass()
278 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in consume_data()
Dfpdfapi_jctrans.c313 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_output()
Djpeglib.h232 int MCU_height; /* number of blocks per MCU, vertically */ member
/external/jpeg/
Djdinput.c141 compptr->MCU_height = 1; in per_scan_setup()
177 compptr->MCU_height = compptr->v_samp_factor; in per_scan_setup()
178 compptr->MCU_blocks = compptr->MCU_width * compptr->MCU_height; in per_scan_setup()
193 tmp = (int) (compptr->height_in_blocks % compptr->MCU_height); in per_scan_setup()
194 if (tmp == 0) tmp = compptr->MCU_height; in per_scan_setup()
Djcmaster.c326 compptr->MCU_height = 1; in per_scan_setup()
362 compptr->MCU_height = compptr->v_samp_factor; in per_scan_setup()
363 compptr->MCU_blocks = compptr->MCU_width * compptr->MCU_height; in per_scan_setup()
369 tmp = (int) (compptr->height_in_blocks % compptr->MCU_height); in per_scan_setup()
370 if (tmp == 0) tmp = compptr->MCU_height; in per_scan_setup()
Djccoefct.c174 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_data()
373 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_output()
Djdcoefct.c205 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in decompress_onepass()
317 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in consume_data()
504 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in consume_data_build_huffman_index_progressive()
Djctrans.c312 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_output()
Djpeglib.h165 int MCU_height; /* number of blocks per MCU, vertically */ member
/external/pdfium/core/include/thirdparties/libjpeg/
Djpeglib.h232 int MCU_height; /* number of blocks per MCU, vertically */ member