Lines Matching refs:x_crop_offset
228 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_drop() argument
249 x_drop_blocks = x_crop_offset * compptr->h_samp_factor; in do_drop()
276 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_crop() argument
291 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_crop()
312 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_crop_ext_zero() argument
337 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_crop_ext_zero()
387 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_crop_ext_flat() argument
413 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_crop_ext_flat()
467 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_crop_ext_reflect() argument
494 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_crop_ext_reflect()
569 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_wipe() argument
584 x_wipe_blocks = x_crop_offset * compptr->h_samp_factor; in do_wipe()
603 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_flatten() argument
618 x_wipe_blocks = x_crop_offset * compptr->h_samp_factor; in do_flatten()
652 JDIMENSION x_crop_offset, jvirt_barray_ptr *src_coef_arrays, in do_reflect() argument
670 x_wipe_blocks = x_crop_offset * compptr->h_samp_factor; in do_reflect()
723 JDIMENSION x_crop_offset, jvirt_barray_ptr *src_coef_arrays) in do_flip_h_no_crop() argument
746 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_flip_h_no_crop()
788 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_flip_h() argument
811 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_flip_h()
850 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_flip_v() argument
876 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_flip_v()
929 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_transpose() argument
947 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_transpose()
978 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_rot_90() argument
1004 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_rot_90()
1059 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_rot_270() argument
1085 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_rot_270()
1130 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_rot_180() argument
1156 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_rot_180()
1241 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_transverse() argument
1270 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_transverse()
1455 if (MCU_cols > 0 && info->x_crop_offset + MCU_cols == in trim_right_edge()
1709 info->x_crop_offset = xoffset / info->iMCU_sample_width; in jtransform_request_workspace()
1712 info->x_crop_offset = 0; in jtransform_request_workspace()
1723 if (info->x_crop_offset != 0 || info->y_crop_offset != 0 || in jtransform_request_workspace()
2172 info->x_crop_offset, info->y_crop_offset, in jtransform_execute_transform()
2177 info->x_crop_offset, info->y_crop_offset, in jtransform_execute_transform()
2181 info->x_crop_offset, info->y_crop_offset, in jtransform_execute_transform()
2183 } else if (info->x_crop_offset != 0 || info->y_crop_offset != 0) in jtransform_execute_transform()
2184 do_crop(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset, in jtransform_execute_transform()
2189 do_flip_h(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset, in jtransform_execute_transform()
2192 do_flip_h_no_crop(srcinfo, dstinfo, info->x_crop_offset, in jtransform_execute_transform()
2196 do_flip_v(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset, in jtransform_execute_transform()
2200 do_transpose(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset, in jtransform_execute_transform()
2204 do_transverse(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset, in jtransform_execute_transform()
2208 do_rot_90(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset, in jtransform_execute_transform()
2212 do_rot_180(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset, in jtransform_execute_transform()
2216 do_rot_270(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset, in jtransform_execute_transform()
2224 (info->x_crop_offset == 0 || in jtransform_execute_transform()
2225 info->x_crop_offset + info->drop_width == in jtransform_execute_transform()
2228 do_reflect(srcinfo, dstinfo, info->x_crop_offset, in jtransform_execute_transform()
2231 do_flatten(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset, in jtransform_execute_transform()
2234 do_wipe(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset, in jtransform_execute_transform()
2239 do_drop(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset, in jtransform_execute_transform()