Searched refs:dst_blk_x (Results 1 – 1 of 1) sorted by relevance
201 JDIMENSION MCU_cols, comp_width, dst_blk_x, dst_blk_y; in do_flip_h() local233 for (dst_blk_x = 0; dst_blk_x < compptr->width_in_blocks; in do_flip_h()234 dst_blk_x++) { in do_flip_h()235 if (x_crop_blocks + dst_blk_x < comp_width) { in do_flip_h()237 dst_ptr = dst_row_ptr[dst_blk_x]; 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()247 dst_row_ptr + dst_blk_x, (JDIMENSION)1); in do_flip_h()263 JDIMENSION MCU_rows, comp_height, dst_blk_x, dst_blk_y; in do_flip_v() local311 for (dst_blk_x = 0; dst_blk_x < compptr->width_in_blocks; in do_flip_v()[all …]