Home
last modified time | relevance | path

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

/external/qemu/distrib/jpeg-6b/
Djdinput.c141 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()
Djcmaster.c326 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()
Djccoefct.c174 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_data()
373 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_output()
Djdcoefct.c205 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()
Djctrans.c312 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_output()
Djpeglib.h165 int MCU_height; /* number of blocks per MCU, vertically */ member
/external/jpeg/
Djdinput.c141 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()
Djcmaster.c326 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()
Djccoefct.c174 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_data()
373 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_output()
Djdcoefct.c205 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()
Djctrans.c312 for (yindex = 0; yindex < compptr->MCU_height; yindex++) { in compress_output()
Djpeglib.h165 int MCU_height; /* number of blocks per MCU, vertically */ member