Lines Matching refs:comp_width

136   JDIMENSION MCU_cols, comp_width, blk_x, blk_y, x_crop_blocks;  in do_flip_h_no_crop()  local
153 comp_width = MCU_cols * compptr->h_samp_factor; in do_flip_h_no_crop()
162 for (blk_x = 0; blk_x * 2 < comp_width; blk_x++) { in do_flip_h_no_crop()
164 ptr2 = buffer[offset_y][comp_width - blk_x - 1]; in do_flip_h_no_crop()
201 JDIMENSION MCU_cols, comp_width, dst_blk_x, dst_blk_y; in do_flip_h() local
218 comp_width = MCU_cols * compptr->h_samp_factor; in do_flip_h()
235 if (x_crop_blocks + dst_blk_x < comp_width) { in do_flip_h()
238 src_ptr = src_row_ptr[comp_width - x_crop_blocks - dst_blk_x - 1]; in do_flip_h()
396 JDIMENSION MCU_cols, comp_width, dst_blk_x, dst_blk_y; in do_rot_90() local
412 comp_width = MCU_cols * compptr->h_samp_factor; in do_rot_90()
423 if (x_crop_blocks + dst_blk_x < comp_width) { in do_rot_90()
427 comp_width - x_crop_blocks - dst_blk_x - in do_rot_90()
439 if (x_crop_blocks + dst_blk_x < comp_width) { in do_rot_90()
548 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y; in do_rot_180() local
563 comp_width = MCU_cols * compptr->h_samp_factor; in do_rot_180()
594 if (x_crop_blocks + dst_blk_x < comp_width) { in do_rot_180()
597 src_row_ptr[comp_width - x_crop_blocks - dst_blk_x - 1]; in do_rot_180()
626 if (x_crop_blocks + dst_blk_x < comp_width) { in do_rot_180()
630 src_row_ptr[comp_width - x_crop_blocks - dst_blk_x - 1]; in do_rot_180()
663 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y; in do_transverse() local
677 comp_width = MCU_cols * compptr->h_samp_factor; in do_transverse()
689 if (x_crop_blocks + dst_blk_x < comp_width) { in do_transverse()
693 comp_width - x_crop_blocks - dst_blk_x - in do_transverse()
705 if (x_crop_blocks + dst_blk_x < comp_width) { in do_transverse()
735 if (x_crop_blocks + dst_blk_x < comp_width) { in do_transverse()