• Home
  • Raw
  • Download

Lines Matching refs:comp_width

137   JDIMENSION MCU_cols, comp_width, blk_x, blk_y, x_crop_blocks;  in do_flip_h_no_crop()  local
154 comp_width = MCU_cols * compptr->h_samp_factor; in do_flip_h_no_crop()
163 for (blk_x = 0; blk_x * 2 < comp_width; blk_x++) { in do_flip_h_no_crop()
165 ptr2 = buffer[offset_y][comp_width - blk_x - 1]; in do_flip_h_no_crop()
203 JDIMENSION MCU_cols, comp_width, dst_blk_x, dst_blk_y; in do_flip_h() local
220 comp_width = MCU_cols * compptr->h_samp_factor; in do_flip_h()
236 if (x_crop_blocks + dst_blk_x < comp_width) { in do_flip_h()
239 src_ptr = src_row_ptr[comp_width - x_crop_blocks - dst_blk_x - 1]; in do_flip_h()
397 JDIMENSION MCU_cols, comp_width, dst_blk_x, dst_blk_y; in do_rot_90() local
413 comp_width = MCU_cols * compptr->h_samp_factor; in do_rot_90()
424 if (x_crop_blocks + dst_blk_x < comp_width) { in do_rot_90()
428 comp_width - x_crop_blocks - dst_blk_x - in do_rot_90()
440 if (x_crop_blocks + dst_blk_x < comp_width) { in do_rot_90()
549 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y; in do_rot_180() local
564 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()
596 src_ptr = src_row_ptr[comp_width - x_crop_blocks - dst_blk_x - 1]; in do_rot_180()
624 if (x_crop_blocks + dst_blk_x < comp_width) { in do_rot_180()
627 src_ptr = src_row_ptr[comp_width - x_crop_blocks - dst_blk_x - 1]; in do_rot_180()
661 JDIMENSION MCU_cols, MCU_rows, comp_width, comp_height, dst_blk_x, dst_blk_y; in do_transverse() local
675 comp_width = MCU_cols * compptr->h_samp_factor; in do_transverse()
687 if (x_crop_blocks + dst_blk_x < comp_width) { in do_transverse()
691 comp_width - x_crop_blocks - dst_blk_x - in do_transverse()
703 if (x_crop_blocks + dst_blk_x < comp_width) { in do_transverse()
733 if (x_crop_blocks + dst_blk_x < comp_width) { in do_transverse()