Lines Matching refs:comp_height
120 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
380 comp_height = MCU_rows * compptr->v_samp_factor; in do_rot_180()
386 if (dst_blk_y < comp_height) { in do_rot_180()
390 comp_height - dst_blk_y - (JDIMENSION) compptr->v_samp_factor, in do_rot_180()
399 if (dst_blk_y < comp_height) { in do_rot_180()
472 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y; in do_transverse() local
484 comp_height = MCU_rows * compptr->v_samp_factor; in do_transverse()
497 if (dst_blk_y < comp_height) { in do_transverse()
499 [comp_height - dst_blk_y - offset_y - 1]; in do_transverse()