Searched refs:MCU_width (Results 1 – 22 of 22) sorted by relevance
170 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()
138 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()
325 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()
309 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()
187 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()
266 int MCU_width; /* number of blocks per MCU, horizontally */ member
169 blockcnt = (MCU_col_num < last_MCU_col) ? compptr->MCU_width in compress_data()180 if (blockcnt < compptr->MCU_width) { in compress_data()183 (compptr->MCU_width - blockcnt) * sizeof(JBLOCK)); in compress_data()184 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()196 blkn += compptr->MCU_width; in compress_data()371 start_col = MCU_col_num * compptr->MCU_width; in compress_output()374 for (xindex = 0; xindex < compptr->MCU_width; xindex++) { in compress_output()
162 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()
360 compptr->MCU_width = 1; in per_scan_setup()396 compptr->MCU_width = compptr->h_samp_factor; in per_scan_setup()398 compptr->MCU_blocks = compptr->MCU_width * compptr->MCU_height; in per_scan_setup()399 compptr->MCU_sample_width = compptr->MCU_width * DCTSIZE; in per_scan_setup()401 tmp = (int) (compptr->width_in_blocks % compptr->MCU_width); in per_scan_setup()402 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()
131 useful_width = (MCU_col_num < last_MCU_col) ? compptr->MCU_width in decompress_onepass()148 blkn += compptr->MCU_width; in decompress_onepass()222 start_col = MCU_col_num * compptr->MCU_width; in consume_data()225 for (xindex = 0; xindex < compptr->MCU_width; xindex++) { in consume_data()
175 (JDIMENSION image_width, JDIMENSION image_height, int MCU_width,
1525 int MCU_width, int MCU_height, in jtransform_perfect_transform() argument1533 if (image_width % (JDIMENSION) MCU_width) in jtransform_perfect_transform()1543 if (image_width % (JDIMENSION) MCU_width) in jtransform_perfect_transform()
171 int MCU_width; /* number of blocks per MCU, horizontally */ member
173 blockcnt = (MCU_col_num < last_MCU_col) ? compptr->MCU_width in compress_data()185 if (blockcnt < compptr->MCU_width) { in compress_data()188 (compptr->MCU_width - blockcnt) * SIZEOF(JBLOCK)); in compress_data()189 for (bi = blockcnt; bi < compptr->MCU_width; bi++) { in compress_data()196 compptr->MCU_width * SIZEOF(JBLOCK)); in compress_data()197 for (bi = 0; bi < compptr->MCU_width; bi++) { in compress_data()201 blkn += compptr->MCU_width; in compress_data()377 start_col = MCU_col_num * compptr->MCU_width; in compress_output()380 for (xindex = 0; xindex < compptr->MCU_width; xindex++) { in compress_output()
405 compptr->MCU_width = 1; in per_scan_setup()441 compptr->MCU_width = compptr->h_samp_factor; in per_scan_setup()443 compptr->MCU_blocks = compptr->MCU_width * compptr->MCU_height; in per_scan_setup()444 compptr->MCU_sample_width = compptr->MCU_width * compptr->DCT_h_scaled_size; in per_scan_setup()446 tmp = (int) (compptr->width_in_blocks % compptr->MCU_width); in per_scan_setup()447 if (tmp == 0) tmp = compptr->MCU_width; in per_scan_setup()
306 start_col = MCU_col_num * compptr->MCU_width; in compress_output()307 blockcnt = (MCU_col_num < last_MCU_col) ? compptr->MCU_width in compress_output()326 for (; xindex < compptr->MCU_width; xindex++) { in compress_output()
589 compptr->MCU_width = 1; in per_scan_setup()625 compptr->MCU_width = compptr->h_samp_factor; in per_scan_setup()627 compptr->MCU_blocks = compptr->MCU_width * compptr->MCU_height; in per_scan_setup()628 compptr->MCU_sample_width = compptr->MCU_width * compptr->DCT_h_scaled_size; in per_scan_setup()630 tmp = (int) (compptr->width_in_blocks % compptr->MCU_width); in per_scan_setup()631 if (tmp == 0) tmp = compptr->MCU_width; in per_scan_setup()
189 useful_width = (MCU_col_num < last_MCU_col) ? compptr->MCU_width in decompress_onepass()205 blkn += compptr->MCU_width; in decompress_onepass()278 start_col = MCU_col_num * compptr->MCU_width; in consume_data()281 for (xindex = 0; xindex < compptr->MCU_width; xindex++) { in consume_data()
173 int MCU_width; /* number of blocks per MCU, horizontally */ member
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...