Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djdinput.c163 compptr->MCU_height = 1; in per_scan_setup()
199 compptr->MCU_height = compptr->v_samp_factor; in per_scan_setup()
200 compptr->MCU_blocks = compptr->MCU_width * compptr->MCU_height; in per_scan_setup()
206 tmp = (int) (compptr->height_in_blocks % compptr->MCU_height); in per_scan_setup()
207 if (tmp == 0) tmp = compptr->MCU_height; in per_scan_setup()
Djcmaster.c373 compptr->MCU_height = 1; in per_scan_setup()
409 compptr->MCU_height = compptr->v_samp_factor; in per_scan_setup()
410 compptr->MCU_blocks = compptr->MCU_width * compptr->MCU_height; in per_scan_setup()
416 tmp = (int) (compptr->height_in_blocks % compptr->MCU_height); in per_scan_setup()
417 if (tmp == 0) tmp = compptr->MCU_height; in per_scan_setup()
Dtransupp.h177 int MCU_height, JXFORM_CODE transform);
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.c138 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in decompress_onepass()
224 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in consume_data()
Djctrans.c326 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_output()
Dtransupp.c1526 int MCU_width, int MCU_height, in jtransform_perfect_transform() argument
1539 if (image_height % (JDIMENSION) MCU_height) in jtransform_perfect_transform()
1546 if (image_height % (JDIMENSION) MCU_height) in jtransform_perfect_transform()
Djpeglib.h173 int MCU_height; /* number of blocks per MCU, vertically */ member
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jdinput.c139 compptr->MCU_height = 1; in per_scan_setup()
175 compptr->MCU_height = compptr->v_samp_factor; in per_scan_setup()
176 compptr->MCU_blocks = compptr->MCU_width * compptr->MCU_height; in per_scan_setup()
182 tmp = (int) (compptr->height_in_blocks % compptr->MCU_height); in per_scan_setup()
183 if (tmp == 0) tmp = compptr->MCU_height; in per_scan_setup()
Dfpdfapi_jcmaster.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()
Dfpdfapi_jccoefct.c174 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_data()
373 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_output()
Dfpdfapi_jdcoefct.c192 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in decompress_onepass()
277 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in consume_data()
Dfpdfapi_jctrans.c312 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_output()
Djpeglib.h267 int MCU_height; /* number of blocks per MCU, vertically */ member