• Home
  • Raw
  • Download

Lines Matching refs:y_crop_offset

93          JDIMENSION x_crop_offset, JDIMENSION y_crop_offset,  in do_crop()  argument
109 y_crop_blocks = y_crop_offset * compptr->v_samp_factor; in do_crop()
198 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_flip_h() argument
222 y_crop_blocks = y_crop_offset * compptr->v_samp_factor; in do_flip_h()
260 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_flip_v() argument
287 y_crop_blocks = y_crop_offset * compptr->v_samp_factor; in do_flip_v()
340 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_transpose() argument
359 y_crop_blocks = y_crop_offset * compptr->v_samp_factor; in do_transpose()
388 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_rot_90() argument
415 y_crop_blocks = y_crop_offset * compptr->v_samp_factor; in do_rot_90()
469 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_rot_270() argument
496 y_crop_blocks = y_crop_offset * compptr->v_samp_factor; in do_rot_270()
540 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_rot_180() argument
567 y_crop_blocks = y_crop_offset * compptr->v_samp_factor; in do_rot_180()
648 JDIMENSION x_crop_offset, JDIMENSION y_crop_offset, in do_transverse() argument
678 y_crop_blocks = y_crop_offset * compptr->v_samp_factor; in do_transverse()
867 if (MCU_rows > 0 && info->y_crop_offset + MCU_rows == in trim_bottom_edge()
1021 info->y_crop_offset = yoffset / info->iMCU_sample_height; in jtransform_request_workspace()
1024 info->y_crop_offset = 0; in jtransform_request_workspace()
1034 if (info->x_crop_offset != 0 || info->y_crop_offset != 0) in jtransform_request_workspace()
1041 if (info->y_crop_offset != 0 || info->slow_hflip) 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()
1469 if (info->y_crop_offset != 0 || info->slow_hflip) in jtransform_execute_transform()
1470 do_flip_h(srcinfo, dstinfo, info->x_crop_offset, info->y_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()