Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dtransupp.c137 JDIMENSION MCU_cols, comp_width, blk_x, blk_y, x_crop_blocks; in do_flip_h_no_crop() local
163 for (blk_x = 0; blk_x * 2 < comp_width; blk_x++) { in do_flip_h_no_crop()
164 ptr1 = buffer[offset_y][blk_x]; in do_flip_h_no_crop()
165 ptr2 = buffer[offset_y][comp_width - blk_x - 1]; in do_flip_h_no_crop()
184 for (blk_x = 0; blk_x < compptr->width_in_blocks; blk_x++) { in do_flip_h_no_crop()
185 jcopy_block_row(buffer[offset_y] + blk_x + x_crop_blocks, in do_flip_h_no_crop()
186 buffer[offset_y] + blk_x, in do_flip_h_no_crop()