Lines Matching refs:x_crop_offset

93         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()
387 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_rot_90() argument
413 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_rot_90()
468 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_rot_270() argument
494 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_rot_270()
539 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_rot_180() argument
565 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_rot_180()
650 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_transverse() argument
679 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_transverse()
858 if (MCU_cols > 0 && info->x_crop_offset + MCU_cols == in trim_right_edge()
1022 info->x_crop_offset = xoffset / info->iMCU_sample_width; in jtransform_request_workspace()
1025 info->x_crop_offset = 0; in jtransform_request_workspace()
1036 if (info->x_crop_offset != 0 || info->y_crop_offset != 0) in jtransform_request_workspace()
1468 if (info->x_crop_offset != 0 || info->y_crop_offset != 0) in jtransform_execute_transform()
1469 do_crop(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset, in jtransform_execute_transform()
1474 do_flip_h(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset, in jtransform_execute_transform()
1477 do_flip_h_no_crop(srcinfo, dstinfo, info->x_crop_offset, in jtransform_execute_transform()
1481 do_flip_v(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset, in jtransform_execute_transform()
1485 do_transpose(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset, in jtransform_execute_transform()
1489 do_transverse(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset, in jtransform_execute_transform()
1493 do_rot_90(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset, in jtransform_execute_transform()
1497 do_rot_180(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset, in jtransform_execute_transform()
1501 do_rot_270(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset, in jtransform_execute_transform()