Home
last modified time | relevance | path

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

/external/pdfium/third_party/libjpeg/
Dfpdfapi_jccoefct.c170 blockcnt = (MCU_col_num < last_MCU_col) ? compptr->MCU_width in compress_data()
181 if (blockcnt < compptr->MCU_width) { in compress_data()
184 (compptr->MCU_width - blockcnt) * SIZEOF(JBLOCK)); in compress_data()
185 for (bi = blockcnt; bi < compptr->MCU_width; bi++) { in compress_data()
192 compptr->MCU_width * SIZEOF(JBLOCK)); in compress_data()
193 for (bi = 0; bi < compptr->MCU_width; bi++) { in compress_data()
197 blkn += compptr->MCU_width; in compress_data()
372 start_col = MCU_col_num * compptr->MCU_width; in compress_output()
375 for (xindex = 0; xindex < compptr->MCU_width; xindex++) { in compress_output()
Dfpdfapi_jdinput.c138 compptr->MCU_width = 1; in per_scan_setup()
174 compptr->MCU_width = compptr->h_samp_factor; in per_scan_setup()
176 compptr->MCU_blocks = compptr->MCU_width * compptr->MCU_height; in per_scan_setup()
177 compptr->MCU_sample_width = compptr->MCU_width * compptr->DCT_scaled_size; in per_scan_setup()
179 tmp = (int) (compptr->width_in_blocks % compptr->MCU_width); in per_scan_setup()
180 if (tmp == 0) tmp = compptr->MCU_width; in per_scan_setup()
Dfpdfapi_jcmaster.c325 compptr->MCU_width = 1; in per_scan_setup()
361 compptr->MCU_width = compptr->h_samp_factor; in per_scan_setup()
363 compptr->MCU_blocks = compptr->MCU_width * compptr->MCU_height; in per_scan_setup()
364 compptr->MCU_sample_width = compptr->MCU_width * DCTSIZE; in per_scan_setup()
366 tmp = (int) (compptr->width_in_blocks % compptr->MCU_width); in per_scan_setup()
367 if (tmp == 0) tmp = compptr->MCU_width; in per_scan_setup()
Dfpdfapi_jctrans.c309 start_col = MCU_col_num * compptr->MCU_width; in compress_output()
310 blockcnt = (MCU_col_num < last_MCU_col) ? compptr->MCU_width in compress_output()
329 for (; xindex < compptr->MCU_width; xindex++) { in compress_output()
Dfpdfapi_jdcoefct.c187 useful_width = (MCU_col_num < last_MCU_col) ? compptr->MCU_width in decompress_onepass()
203 blkn += compptr->MCU_width; in decompress_onepass()
276 start_col = MCU_col_num * compptr->MCU_width; in consume_data()
279 for (xindex = 0; xindex < compptr->MCU_width; xindex++) { in consume_data()
Djpeglib.h266 int MCU_width; /* number of blocks per MCU, horizontally */ member
/external/libjpeg-turbo/
Djccoefct.c170 blockcnt = (MCU_col_num < last_MCU_col) ? compptr->MCU_width in compress_data()
181 if (blockcnt < compptr->MCU_width) { in compress_data()
184 (compptr->MCU_width - blockcnt) * sizeof(JBLOCK)); in compress_data()
185 for (bi = blockcnt; bi < compptr->MCU_width; bi++) { in compress_data()
192 compptr->MCU_width * sizeof(JBLOCK)); in compress_data()
193 for (bi = 0; bi < compptr->MCU_width; bi++) { in compress_data()
197 blkn += compptr->MCU_width; in compress_data()
372 start_col = MCU_col_num * compptr->MCU_width; in compress_output()
375 for (xindex = 0; xindex < compptr->MCU_width; xindex++) { in compress_output()
Djdinput.c162 compptr->MCU_width = 1; in per_scan_setup()
198 compptr->MCU_width = compptr->h_samp_factor; in per_scan_setup()
200 compptr->MCU_blocks = compptr->MCU_width * compptr->MCU_height; in per_scan_setup()
201 compptr->MCU_sample_width = compptr->MCU_width * compptr->_DCT_scaled_size; in per_scan_setup()
203 tmp = (int) (compptr->width_in_blocks % compptr->MCU_width); in per_scan_setup()
204 if (tmp == 0) tmp = compptr->MCU_width; in per_scan_setup()
Djcmaster.c372 compptr->MCU_width = 1; in per_scan_setup()
408 compptr->MCU_width = compptr->h_samp_factor; in per_scan_setup()
410 compptr->MCU_blocks = compptr->MCU_width * compptr->MCU_height; in per_scan_setup()
411 compptr->MCU_sample_width = compptr->MCU_width * DCTSIZE; in per_scan_setup()
413 tmp = (int) (compptr->width_in_blocks % compptr->MCU_width); in per_scan_setup()
414 if (tmp == 0) tmp = compptr->MCU_width; in per_scan_setup()
Djctrans.c323 start_col = MCU_col_num * compptr->MCU_width; in compress_output()
324 blockcnt = (MCU_col_num < last_MCU_col) ? compptr->MCU_width in compress_output()
343 for (; xindex < compptr->MCU_width; xindex++) { in compress_output()
Djdcoefct.c132 useful_width = (MCU_col_num < last_MCU_col) ? compptr->MCU_width in decompress_onepass()
149 blkn += compptr->MCU_width; in decompress_onepass()
223 start_col = MCU_col_num * compptr->MCU_width; in consume_data()
226 for (xindex = 0; xindex < compptr->MCU_width; xindex++) { in consume_data()
Dtransupp.h176 (JDIMENSION image_width, JDIMENSION image_height, int MCU_width,
Dtransupp.c1526 int MCU_width, int MCU_height, in jtransform_perfect_transform() argument
1534 if (image_width % (JDIMENSION) MCU_width) in jtransform_perfect_transform()
1544 if (image_width % (JDIMENSION) MCU_width) in jtransform_perfect_transform()
Djpeglib.h172 int MCU_width; /* number of blocks per MCU, horizontally */ member