• Home
  • Raw
  • Download

Lines Matching refs:x_crop_blocks

98   JDIMENSION dst_blk_y, x_crop_blocks, y_crop_blocks;  in do_crop()  local
108 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_crop()
120 jcopy_block_row(src_buffer[offset_y] + x_crop_blocks, in do_crop()
137 JDIMENSION MCU_cols, comp_width, blk_x, blk_y, x_crop_blocks; in do_flip_h_no_crop() local
155 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_flip_h_no_crop()
178 if (x_crop_blocks > 0) { in do_flip_h_no_crop()
185 jcopy_block_row(buffer[offset_y] + blk_x + x_crop_blocks, in do_flip_h_no_crop()
204 JDIMENSION x_crop_blocks, y_crop_blocks; in do_flip_h() local
221 x_crop_blocks = x_crop_offset * 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()
247 jcopy_block_row(src_row_ptr + dst_blk_x + x_crop_blocks, in do_flip_h()
266 JDIMENSION x_crop_blocks, y_crop_blocks; in do_flip_v() local
286 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_flip_v()
312 src_row_ptr += x_crop_blocks; in do_flip_v()
328 jcopy_block_row(src_buffer[offset_y] + x_crop_blocks, in do_flip_v()
345 JDIMENSION dst_blk_x, dst_blk_y, x_crop_blocks, y_crop_blocks; in do_transpose() local
358 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_transpose()
370 dst_blk_x + x_crop_blocks, in do_transpose()
398 JDIMENSION x_crop_blocks, y_crop_blocks; in do_rot_90() local
414 x_crop_blocks = x_crop_offset * 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()
435 dst_blk_x + x_crop_blocks, in do_rot_90()
440 if (x_crop_blocks + dst_blk_x < comp_width) { in do_rot_90()
479 JDIMENSION x_crop_blocks, y_crop_blocks; in do_rot_270() local
495 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_rot_270()
507 dst_blk_x + x_crop_blocks, in do_rot_270()
550 JDIMENSION x_crop_blocks, y_crop_blocks; in do_rot_180() local
566 x_crop_blocks = x_crop_offset * 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()
611 src_ptr = src_row_ptr[x_crop_blocks + dst_blk_x]; 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()
634 jcopy_block_row(src_row_ptr + dst_blk_x + x_crop_blocks, in do_rot_180()
662 JDIMENSION x_crop_blocks, y_crop_blocks; in do_transverse() local
677 x_crop_blocks = x_crop_offset * 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()
697 dst_blk_x + x_crop_blocks, 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()