Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/libjpeg/
Dtransupp.c301 JDIMENSION drop_width, JDIMENSION drop_height) in do_drop() argument
315 comp_width = drop_width * compptr->h_samp_factor; in do_drop()
652 JDIMENSION drop_width, JDIMENSION drop_height) in do_wipe() argument
664 wipe_width = drop_width * compptr->h_samp_factor; in do_wipe()
685 JDIMENSION drop_width, JDIMENSION drop_height) in do_flatten() argument
699 wipe_width = drop_width * compptr->h_samp_factor; in do_flatten()
735 JDIMENSION drop_width, JDIMENSION drop_height) in do_reflect() argument
753 wipe_width = drop_width * compptr->h_samp_factor; in do_reflect()
1720 info->drop_width = 0; in jtransform_request_workspace()
1723 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