Home
last modified time | relevance | path

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

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