Lines Matching refs:MCU_cols
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
478 MCU_cols = dstinfo->image_width / (dstinfo->max_h_samp_factor * DCTSIZE); in do_transverse()
483 comp_width = MCU_cols * compptr->h_samp_factor; in do_transverse()
683 JDIMENSION MCU_cols; in trim_right_edge() local
694 MCU_cols = dstinfo->image_width / (max_h_samp_factor * DCTSIZE); in trim_right_edge()
695 if (MCU_cols > 0) /* can't trim to 0 pixels */ in trim_right_edge()
696 dstinfo->image_width = MCU_cols * (max_h_samp_factor * DCTSIZE); in trim_right_edge()