Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dtransupp.c610 JDIMENSION x_wipe_blocks, wipe_width, wipe_right; in do_flatten() local
620 wipe_right = wipe_width + x_wipe_blocks; in do_flatten()
632 if (wipe_right < compptr->width_in_blocks) { in do_flatten()
633 dc_right_value = buffer[offset_y][wipe_right][0]; in do_flatten()
638 } else if (wipe_right < compptr->width_in_blocks) { in do_flatten()
639 average = buffer[offset_y][wipe_right][0]; in do_flatten()
641 for (blk_x = x_wipe_blocks; blk_x < wipe_right; blk_x++) { in do_flatten()