Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dtransupp.c577 JDIMENSION y_wipe_blocks, wipe_bottom; in do_wipe() local
586 y_wipe_blocks = y_crop_offset * compptr->v_samp_factor; in do_wipe()
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()
589 y_wipe_blocks += compptr->v_samp_factor) { in do_wipe()
591 ((j_common_ptr)srcinfo, src_coef_arrays[ci], y_wipe_blocks, in do_wipe()
611 JDIMENSION y_wipe_blocks, wipe_bottom, blk_x; in do_flatten() local
621 y_wipe_blocks = y_crop_offset * compptr->v_samp_factor; in do_flatten()
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()
[all …]