Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dtransupp.c577 JDIMENSION y_wipe_blocks, wipe_bottom; in do_wipe() local
587 wipe_bottom = drop_height * compptr->v_samp_factor + y_wipe_blocks; in do_wipe()
588 for (; y_wipe_blocks < wipe_bottom; in do_wipe()
611 JDIMENSION y_wipe_blocks, wipe_bottom, blk_x; in do_flatten() local
622 wipe_bottom = drop_height * compptr->v_samp_factor + y_wipe_blocks; in do_flatten()
623 for (; y_wipe_blocks < wipe_bottom; in do_flatten()
660 JDIMENSION y_wipe_blocks, wipe_bottom; in do_reflect() local
672 wipe_bottom = drop_height * compptr->v_samp_factor; in do_reflect()
673 for (y_wipe_blocks = 0; y_wipe_blocks < wipe_bottom; in do_reflect()