Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dtransupp.c231 JDIMENSION drop_width, JDIMENSION drop_height) in do_drop() argument
248 comp_height = drop_height * compptr->v_samp_factor; in do_drop()
571 JDIMENSION drop_width, JDIMENSION drop_height) in do_wipe() argument
587 wipe_bottom = drop_height * compptr->v_samp_factor + y_wipe_blocks; in do_wipe()
605 JDIMENSION drop_width, JDIMENSION drop_height) in do_flatten() argument
622 wipe_bottom = drop_height * compptr->v_samp_factor + y_wipe_blocks; in do_flatten()
653 JDIMENSION drop_width, JDIMENSION drop_height) in do_reflect() argument
672 wipe_bottom = drop_height * compptr->v_samp_factor; in do_reflect()
1654 info->drop_height = 0; in jtransform_request_workspace()
1657 info->drop_height = (info->crop_height - dtemp + itemp - 1) / itemp; in jtransform_request_workspace()
[all …]
Dtransupp.h170 JDIMENSION drop_height; member