Lines Matching refs:x_crop_blocks
97 JDIMENSION dst_blk_y, x_crop_blocks, y_crop_blocks; in do_crop() local
107 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_crop()
119 jcopy_block_row(src_buffer[offset_y] + x_crop_blocks, in do_crop()
136 JDIMENSION MCU_cols, comp_width, blk_x, blk_y, x_crop_blocks; in do_flip_h_no_crop() local
154 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_flip_h_no_crop()
177 if (x_crop_blocks > 0) { in do_flip_h_no_crop()
184 jcopy_block_row(buffer[offset_y] + blk_x + x_crop_blocks, in do_flip_h_no_crop()
203 JDIMENSION x_crop_blocks, y_crop_blocks; in do_flip_h() local
220 x_crop_blocks = x_crop_offset * 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()
246 jcopy_block_row(src_row_ptr + dst_blk_x + x_crop_blocks, in do_flip_h()
265 JDIMENSION x_crop_blocks, y_crop_blocks; in do_flip_v() local
285 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_flip_v()
311 src_row_ptr += x_crop_blocks; in do_flip_v()
327 jcopy_block_row(src_buffer[offset_y] + x_crop_blocks, in do_flip_v()
344 JDIMENSION dst_blk_x, dst_blk_y, x_crop_blocks, y_crop_blocks; in do_transpose() local
357 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_transpose()
369 dst_blk_x + x_crop_blocks, in do_transpose()
397 JDIMENSION x_crop_blocks, y_crop_blocks; in do_rot_90() local
413 x_crop_blocks = x_crop_offset * 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()
434 dst_blk_x + x_crop_blocks, in do_rot_90()
439 if (x_crop_blocks + dst_blk_x < comp_width) { in do_rot_90()
478 JDIMENSION x_crop_blocks, y_crop_blocks; in do_rot_270() local
494 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_rot_270()
506 dst_blk_x + x_crop_blocks, in do_rot_270()
549 JDIMENSION x_crop_blocks, y_crop_blocks; in do_rot_180() local
565 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_rot_180()
593 if (x_crop_blocks + dst_blk_x < comp_width) { in do_rot_180()
595 src_ptr = src_row_ptr[comp_width - x_crop_blocks - dst_blk_x - 1]; in do_rot_180()
610 src_ptr = src_row_ptr[x_crop_blocks + dst_blk_x]; in do_rot_180()
623 if (x_crop_blocks + dst_blk_x < comp_width) { in do_rot_180()
626 src_ptr = src_row_ptr[comp_width - x_crop_blocks - dst_blk_x - 1]; in do_rot_180()
633 jcopy_block_row(src_row_ptr + dst_blk_x + x_crop_blocks, in do_rot_180()
661 JDIMENSION x_crop_blocks, y_crop_blocks; in do_transverse() local
676 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_transverse()
686 if (x_crop_blocks + dst_blk_x < comp_width) { in do_transverse()
690 comp_width - x_crop_blocks - dst_blk_x - in do_transverse()
696 dst_blk_x + x_crop_blocks, in do_transverse()
702 if (x_crop_blocks + dst_blk_x < comp_width) { in do_transverse()
732 if (x_crop_blocks + dst_blk_x < comp_width) { in do_transverse()