Home
last modified time | relevance | path

Searched refs:comp_height (Results 1 – 2 of 2) sorted by relevance

/external/jpeg/
Dtransupp.c120 JDIMENSION MCU_rows, comp_height, dst_blk_x, dst_blk_y; in do_flip_v() local
138 comp_height = MCU_rows * compptr->v_samp_factor; in do_flip_v()
144 if (dst_blk_y < comp_height) { in do_flip_v()
148 comp_height - dst_blk_y - (JDIMENSION) compptr->v_samp_factor, in do_flip_v()
157 if (dst_blk_y < comp_height) { in do_flip_v()
303 JDIMENSION MCU_rows, comp_height, dst_blk_x, dst_blk_y; in do_rot_270() local
317 comp_height = MCU_rows * compptr->v_samp_factor; in do_rot_270()
331 if (dst_blk_y < comp_height) { in do_rot_270()
334 [comp_height - dst_blk_y - offset_y - 1]; in do_rot_270()
367 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y; in do_rot_180() local
[all …]
/external/qemu/distrib/jpeg-6b/
Dtransupp.c120 JDIMENSION MCU_rows, comp_height, dst_blk_x, dst_blk_y; in do_flip_v() local
138 comp_height = MCU_rows * compptr->v_samp_factor; in do_flip_v()
144 if (dst_blk_y < comp_height) { in do_flip_v()
148 comp_height - dst_blk_y - (JDIMENSION) compptr->v_samp_factor, in do_flip_v()
157 if (dst_blk_y < comp_height) { in do_flip_v()
303 JDIMENSION MCU_rows, comp_height, dst_blk_x, dst_blk_y; in do_rot_270() local
317 comp_height = MCU_rows * compptr->v_samp_factor; in do_rot_270()
331 if (dst_blk_y < comp_height) { in do_rot_270()
334 [comp_height - dst_blk_y - offset_y - 1]; in do_rot_270()
367 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y; in do_rot_180() local
[all …]