• Home
  • Raw
  • Download

Lines Matching refs:y_crop_offset

92          JDIMENSION x_crop_offset, JDIMENSION y_crop_offset,  in do_crop()  argument
108 y_crop_blocks = y_crop_offset * compptr->v_samp_factor; in do_crop()
197 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_flip_h() argument
221 y_crop_blocks = y_crop_offset * compptr->v_samp_factor; in do_flip_h()
259 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_flip_v() argument
286 y_crop_blocks = y_crop_offset * compptr->v_samp_factor; in do_flip_v()
339 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_transpose() argument
358 y_crop_blocks = y_crop_offset * compptr->v_samp_factor; in do_transpose()
387 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_rot_90() argument
414 y_crop_blocks = y_crop_offset * compptr->v_samp_factor; in do_rot_90()
468 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_rot_270() argument
495 y_crop_blocks = y_crop_offset * compptr->v_samp_factor; in do_rot_270()
539 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_rot_180() argument
566 y_crop_blocks = y_crop_offset * compptr->v_samp_factor; in do_rot_180()
647 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_transverse() argument
677 y_crop_blocks = y_crop_offset * compptr->v_samp_factor; in do_transverse()
866 if (MCU_rows > 0 && info->y_crop_offset + MCU_rows == in trim_bottom_edge()
1020 info->y_crop_offset = yoffset / info->iMCU_sample_height; in jtransform_request_workspace()
1023 info->y_crop_offset = 0; in jtransform_request_workspace()
1033 if (info->x_crop_offset != 0 || info->y_crop_offset != 0) in jtransform_request_workspace()
1040 if (info->y_crop_offset != 0 || info->slow_hflip) in jtransform_request_workspace()
1463 if (info->x_crop_offset != 0 || info->y_crop_offset != 0) in jtransform_execute_transform()
1464 do_crop(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset, in jtransform_execute_transform()
1468 if (info->y_crop_offset != 0 || info->slow_hflip) in jtransform_execute_transform()
1469 do_flip_h(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset, in jtransform_execute_transform()
1476 do_flip_v(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset, in jtransform_execute_transform()
1480 do_transpose(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset, in jtransform_execute_transform()
1484 do_transverse(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset, in jtransform_execute_transform()
1488 do_rot_90(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset, in jtransform_execute_transform()
1492 do_rot_180(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset, in jtransform_execute_transform()
1496 do_rot_270(srcinfo, dstinfo, info->x_crop_offset, info->y_crop_offset, in jtransform_execute_transform()