Lines Matching refs:comp_height
263 JDIMENSION MCU_rows, comp_height, dst_blk_x, dst_blk_y; in do_flip_v() local
283 comp_height = MCU_rows * compptr->v_samp_factor; in do_flip_v()
291 if (y_crop_blocks + dst_blk_y < comp_height) { in do_flip_v()
295 comp_height - y_crop_blocks - dst_blk_y - in do_flip_v()
306 if (y_crop_blocks + dst_blk_y < comp_height) { in do_flip_v()
477 JDIMENSION MCU_rows, comp_height, dst_blk_x, dst_blk_y; in do_rot_270() local
493 comp_height = MCU_rows * compptr->v_samp_factor; in do_rot_270()
510 if (y_crop_blocks + dst_blk_y < comp_height) { in do_rot_270()
513 [comp_height - y_crop_blocks - dst_blk_y - offset_y - 1]; in do_rot_270()
548 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y; in do_rot_180() local
564 comp_height = MCU_rows * compptr->v_samp_factor; in do_rot_180()
572 if (y_crop_blocks + dst_blk_y < comp_height) { in do_rot_180()
576 comp_height - y_crop_blocks - dst_blk_y - in do_rot_180()
588 if (y_crop_blocks + dst_blk_y < comp_height) { in do_rot_180()
663 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y; in do_transverse() local
678 comp_height = MCU_rows * compptr->v_samp_factor; in do_transverse()
704 if (y_crop_blocks + dst_blk_y < comp_height) { in do_transverse()
708 [comp_height - y_crop_blocks - dst_blk_y - offset_y - 1]; in do_transverse()
725 [comp_height - y_crop_blocks - dst_blk_y - offset_y - 1]; in do_transverse()