Searched refs:MCU_cols (Results 1 – 2 of 2) sorted by relevance
/external/jpeg/ |
D | transupp.c | 70 JDIMENSION MCU_cols, comp_width, blk_x, blk_y; in do_flip_h() local 82 MCU_cols = dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE); in do_flip_h() 86 comp_width = MCU_cols * compptr->h_samp_factor; in do_flip_h() 239 JDIMENSION MCU_cols, comp_width, dst_blk_x, dst_blk_y; in do_rot_90() local 249 MCU_cols = dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE); in do_rot_90() 253 comp_width = MCU_cols * compptr->h_samp_factor; in do_rot_90() 367 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y; in do_rot_180() local 374 MCU_cols = dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE); in do_rot_180() 379 comp_width = MCU_cols * compptr->h_samp_factor; in do_rot_180() 472 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y; in do_transverse() local [all …]
|
/external/qemu/distrib/jpeg-6b/ |
D | transupp.c | 70 JDIMENSION MCU_cols, comp_width, blk_x, blk_y; in do_flip_h() local 82 MCU_cols = dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE); in do_flip_h() 86 comp_width = MCU_cols * compptr->h_samp_factor; in do_flip_h() 239 JDIMENSION MCU_cols, comp_width, dst_blk_x, dst_blk_y; in do_rot_90() local 249 MCU_cols = dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE); in do_rot_90() 253 comp_width = MCU_cols * compptr->h_samp_factor; in do_rot_90() 367 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y; in do_rot_180() local 374 MCU_cols = dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE); in do_rot_180() 379 comp_width = MCU_cols * compptr->h_samp_factor; in do_rot_180() 472 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y; in do_transverse() local [all …]
|