Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dtransupp.c203 JDIMENSION MCU_cols, comp_width, dst_blk_x, dst_blk_y; in do_flip_h() local
235 for (dst_blk_x = 0; dst_blk_x < compptr->width_in_blocks; dst_blk_x++) { in do_flip_h()
236 if (x_crop_blocks + dst_blk_x < comp_width) { in do_flip_h()
238 dst_ptr = dst_row_ptr[dst_blk_x]; in do_flip_h()
239 src_ptr = src_row_ptr[comp_width - x_crop_blocks - dst_blk_x - 1]; in do_flip_h()
247 jcopy_block_row(src_row_ptr + dst_blk_x + x_crop_blocks, in do_flip_h()
248 dst_row_ptr + dst_blk_x, in do_flip_h()
265 JDIMENSION MCU_rows, comp_height, dst_blk_x, dst_blk_y; in do_flip_v() local
313 for (dst_blk_x = 0; dst_blk_x < compptr->width_in_blocks; in do_flip_v()
314 dst_blk_x++) { in do_flip_v()
[all …]