Searched refs:MCU_width (Results 1 – 8 of 8) sorted by relevance
168 blockcnt = (MCU_col_num < last_MCU_col) ? compptr->MCU_width : in compress_data()179 if (blockcnt < compptr->MCU_width) { in compress_data()182 (compptr->MCU_width - blockcnt) * sizeof(JBLOCK)); in compress_data()183 for (bi = blockcnt; bi < compptr->MCU_width; bi++) { in compress_data()191 compptr->MCU_width * sizeof(JBLOCK)); in compress_data()192 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()
164 compptr->MCU_width = 1; in per_scan_setup()200 compptr->MCU_width = compptr->h_samp_factor; in per_scan_setup()202 compptr->MCU_blocks = compptr->MCU_width * compptr->MCU_height; in per_scan_setup()203 compptr->MCU_sample_width = compptr->MCU_width * in per_scan_setup()206 tmp = (int)(compptr->width_in_blocks % compptr->MCU_width); in per_scan_setup()207 if (tmp == 0) tmp = compptr->MCU_width; in per_scan_setup()
373 compptr->MCU_width = 1; in per_scan_setup()409 compptr->MCU_width = compptr->h_samp_factor; in per_scan_setup()411 compptr->MCU_blocks = compptr->MCU_width * compptr->MCU_height; in per_scan_setup()412 compptr->MCU_sample_width = compptr->MCU_width * DCTSIZE; in per_scan_setup()414 tmp = (int)(compptr->width_in_blocks % compptr->MCU_width); in per_scan_setup()415 if (tmp == 0) tmp = compptr->MCU_width; in per_scan_setup()
322 start_col = MCU_col_num * compptr->MCU_width; in compress_output()323 blockcnt = (MCU_col_num < last_MCU_col) ? compptr->MCU_width : in compress_output()342 for (; xindex < compptr->MCU_width; xindex++) { in compress_output()
198 int MCU_width, int MCU_height,
134 compptr->MCU_width : compptr->last_col_width; in decompress_onepass()150 blkn += compptr->MCU_width; in decompress_onepass()224 start_col = MCU_col_num * compptr->MCU_width; in consume_data()227 for (xindex = 0; xindex < compptr->MCU_width; xindex++) { in consume_data()
178 int MCU_width; /* number of blocks per MCU, horizontally */ member
2269 int MCU_width, int MCU_height, in jtransform_perfect_transform() argument2277 if (image_width % (JDIMENSION)MCU_width) in jtransform_perfect_transform()2287 if (image_width % (JDIMENSION)MCU_width) in jtransform_perfect_transform()