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()
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()
202 JDIMENSION x_crop_blocks, y_crop_blocks; in do_flip_h() local
219 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()
264 JDIMENSION x_crop_blocks, y_crop_blocks; in do_flip_v() local
284 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_flip_v()
310 src_row_ptr += x_crop_blocks; in do_flip_v()
326 jcopy_block_row(src_buffer[offset_y] + x_crop_blocks, in do_flip_v()
343 JDIMENSION dst_blk_x, dst_blk_y, x_crop_blocks, y_crop_blocks; in do_transpose() local
356 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_transpose()
368 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()
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()
612 src_ptr = src_row_ptr[x_crop_blocks + dst_blk_x]; 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()
637 jcopy_block_row(src_row_ptr + dst_blk_x + x_crop_blocks, in do_rot_180()
664 JDIMENSION x_crop_blocks, y_crop_blocks; in do_transverse() local
679 x_crop_blocks = x_crop_offset * 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()
699 dst_blk_x + x_crop_blocks, 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()