Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libjpeg/
H A Dtransupp.c690 JDIMENSION x_wipe_blocks, wipe_width, wipe_right; in do_flatten() local
700 wipe_right = wipe_width + x_wipe_blocks; in do_flatten()
713 if (wipe_right < compptr->width_in_blocks) { in do_flatten()
714 dc_right_value = buffer[offset_y][wipe_right][0]; in do_flatten()
719 } else if (wipe_right < compptr->width_in_blocks) { in do_flatten()
720 average = buffer[offset_y][wipe_right][0]; in do_flatten()
722 for (blk_x = x_wipe_blocks; blk_x < wipe_right; blk_x++) { in do_flatten()