Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dtransupp.c281 JDIMENSION dst_blk_y, x_crop_blocks, y_crop_blocks; in do_crop() local
291 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_crop()
302 jcopy_block_row(src_buffer[offset_y] + x_crop_blocks, in do_crop()
323 JDIMENSION dst_blk_y, x_crop_blocks, y_crop_blocks; in do_crop_ext_zero() local
337 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_crop_ext_zero()
365 if (x_crop_blocks > 0) { in do_crop_ext_zero()
366 MEMZERO(dst_buffer[offset_y], x_crop_blocks * sizeof(JBLOCK)); in do_crop_ext_zero()
369 dst_buffer[offset_y] + x_crop_blocks, comp_width); in do_crop_ext_zero()
370 if (compptr->width_in_blocks > x_crop_blocks + comp_width) { in do_crop_ext_zero()
371 MEMZERO(dst_buffer[offset_y] + x_crop_blocks + comp_width, in do_crop_ext_zero()
[all …]