Searched refs:MCU_height (Results 1 – 13 of 13) sorted by relevance
140 compptr->MCU_height = 1; in per_scan_setup()176 compptr->MCU_height = compptr->v_samp_factor; in per_scan_setup()177 compptr->MCU_blocks = compptr->MCU_width * compptr->MCU_height; in per_scan_setup()183 tmp = (int) (compptr->height_in_blocks % compptr->MCU_height); in per_scan_setup()184 if (tmp == 0) tmp = compptr->MCU_height; in per_scan_setup()
327 compptr->MCU_height = 1; in per_scan_setup()363 compptr->MCU_height = compptr->v_samp_factor; in per_scan_setup()364 compptr->MCU_blocks = compptr->MCU_width * compptr->MCU_height; in per_scan_setup()370 tmp = (int) (compptr->height_in_blocks % compptr->MCU_height); in per_scan_setup()371 if (tmp == 0) tmp = compptr->MCU_height; in per_scan_setup()
175 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_data()374 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_output()
193 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in decompress_onepass()278 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in consume_data()
313 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_output()
232 int MCU_height; /* number of blocks per MCU, vertically */ member
141 compptr->MCU_height = 1; in per_scan_setup()177 compptr->MCU_height = compptr->v_samp_factor; in per_scan_setup()178 compptr->MCU_blocks = compptr->MCU_width * compptr->MCU_height; in per_scan_setup()193 tmp = (int) (compptr->height_in_blocks % compptr->MCU_height); in per_scan_setup()194 if (tmp == 0) tmp = compptr->MCU_height; in per_scan_setup()
326 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()
174 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_data()373 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_output()
205 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in decompress_onepass()317 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in consume_data()504 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in consume_data_build_huffman_index_progressive()
312 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_output()
165 int MCU_height; /* number of blocks per MCU, vertically */ member