Home
last modified time | relevance | path

Searched refs:x_crop_blocks (Results 1 – 1 of 1) sorted by relevance

/external/libjpeg-turbo/
Dtransupp.c98 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()
[all …]