Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dtransupp.c231 JDIMENSION drop_width, JDIMENSION drop_height) in do_drop() argument
247 comp_width = drop_width * compptr->h_samp_factor; in do_drop()
571 JDIMENSION drop_width, JDIMENSION drop_height) in do_wipe() argument
585 wipe_width = drop_width * compptr->h_samp_factor; in do_wipe()
605 JDIMENSION drop_width, JDIMENSION drop_height) in do_flatten() argument
619 wipe_width = drop_width * compptr->h_samp_factor; in do_flatten()
653 JDIMENSION drop_width, JDIMENSION drop_height) in do_reflect() argument
671 wipe_width = drop_width * compptr->h_samp_factor; in do_reflect()
1644 info->drop_width = 0; in jtransform_request_workspace()
1647 info->drop_width = (info->crop_width - dtemp + itemp - 1) / itemp; in jtransform_request_workspace()
[all …]
Dtransupp.h169 JDIMENSION drop_width; /* drop/wipe dimensions measured in iMCUs */ member