Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libjpeg-turbo/
Djdinput.c165 compptr->MCU_height = 1; in per_scan_setup()
201 compptr->MCU_height = compptr->v_samp_factor; in per_scan_setup()
202 compptr->MCU_blocks = compptr->MCU_width * compptr->MCU_height; in per_scan_setup()
209 tmp = (int)(compptr->height_in_blocks % compptr->MCU_height); in per_scan_setup()
210 if (tmp == 0) tmp = compptr->MCU_height; in per_scan_setup()
Djcmaster.c374 compptr->MCU_height = 1; in per_scan_setup()
410 compptr->MCU_height = compptr->v_samp_factor; in per_scan_setup()
411 compptr->MCU_blocks = compptr->MCU_width * compptr->MCU_height; in per_scan_setup()
417 tmp = (int)(compptr->height_in_blocks % compptr->MCU_height); in per_scan_setup()
418 if (tmp == 0) tmp = compptr->MCU_height; in per_scan_setup()
Dtransupp.h198 int MCU_width, int MCU_height,
Djccoefct.c172 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_data()
373 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_output()
Djctrans.c325 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_output()
Djdcoefct.c139 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in decompress_onepass()
225 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in consume_data()
Djpeglib.h179 int MCU_height; /* number of blocks per MCU, vertically */ member
Dtransupp.c2269 int MCU_width, int MCU_height, in jtransform_perfect_transform() argument
2282 if (image_height % (JDIMENSION)MCU_height) in jtransform_perfect_transform()
2289 if (image_height % (JDIMENSION)MCU_height) in jtransform_perfect_transform()