• Home
  • Raw
  • Download

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, in do_flip_h_no_crop() argument
155 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_flip_h_no_crop()
198 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_flip_h() argument
221 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_flip_h()
260 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_flip_v() argument
286 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_flip_v()
340 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_transpose() argument
358 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_transpose()
388 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_rot_90() argument
414 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_rot_90()
469 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_rot_270() argument
495 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_rot_270()
540 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_rot_180() argument
566 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_rot_180()
648 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_transverse() argument
677 x_crop_blocks = x_crop_offset * compptr->h_samp_factor; in do_transverse()
856 if (MCU_cols > 0 && info->x_crop_offset + MCU_cols == in trim_right_edge()
1020 info->x_crop_offset = xoffset / info->iMCU_sample_width; in jtransform_request_workspace()
1023 info->x_crop_offset = 0; in jtransform_request_workspace()
1034 if (info->x_crop_offset != 0 || info->y_crop_offset != 0) in jtransform_request_workspace()
1464 if (info->x_crop_offset != 0 || info->y_crop_offset != 0) in jtransform_execute_transform()
1465 do_crop(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset, in jtransform_execute_transform()
1470 do_flip_h(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset, in jtransform_execute_transform()
1473 do_flip_h_no_crop(srcinfo, dstinfo, info->x_crop_offset, in jtransform_execute_transform()
1477 do_flip_v(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset, in jtransform_execute_transform()
1481 do_transpose(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset, in jtransform_execute_transform()
1485 do_transverse(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset, in jtransform_execute_transform()
1489 do_rot_90(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset, in jtransform_execute_transform()
1493 do_rot_180(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset, in jtransform_execute_transform()
1497 do_rot_270(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset, in jtransform_execute_transform()