Lines Matching refs:crop_height
915 if (! jt_read_integer(&spec, &info->crop_height)) in jtransform_parse_crop_spec()
1101 info->crop_height = info->output_height - info->crop_yoffset; in jtransform_request_workspace()
1104 if (info->crop_height > info->output_height) { in jtransform_request_workspace()
1107 info->crop_yoffset >= info->crop_height || in jtransform_request_workspace()
1108 info->crop_yoffset > info->crop_height - info->output_height) in jtransform_request_workspace()
1112 info->crop_height <= 0 || in jtransform_request_workspace()
1113 info->crop_yoffset > info->output_height - info->crop_height) in jtransform_request_workspace()
1126 else if (info->crop_height > info->output_height) /* crop extension */ in jtransform_request_workspace()
1127 yoffset = info->crop_height - info->output_height - info->crop_yoffset; in jtransform_request_workspace()
1129 yoffset = info->output_height - info->crop_height - info->crop_yoffset; in jtransform_request_workspace()
1137 ((long) (info->crop_height + (yoffset % info->iMCU_sample_height)), in jtransform_request_workspace()
1148 info->crop_height > info->output_height) in jtransform_request_workspace()
1149 info->output_height = info->crop_height; in jtransform_request_workspace()
1152 info->crop_height + (yoffset % info->iMCU_sample_height); in jtransform_request_workspace()