Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dtransupp.c93 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_crop() argument
108 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_crop()
131 JDIMENSION x_crop_offset, jvirt_barray_ptr *src_coef_arrays) in do_flip_h_no_crop() argument
154 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_flip_h_no_crop()
196 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_flip_h() argument
219 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_flip_h()
258 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_flip_v() argument
284 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_flip_v()
338 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_transpose() argument
356 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_transpose()
[all …]
Dtransupp.h149 JDIMENSION x_crop_offset; /* destination crop offsets measured in iMCUs */ member