Lines Matching refs:output_height
278 MCU_rows = srcinfo->output_height / in do_flip_v()
407 MCU_cols = srcinfo->output_height / in do_rot_90()
558 MCU_rows = srcinfo->output_height / in do_rot_180()
670 MCU_cols = srcinfo->output_height / in do_transverse()
868 MCU_rows = info->output_height / info->iMCU_sample_height; in trim_bottom_edge()
871 info->output_height = MCU_rows * info->iMCU_sample_height; in trim_bottom_edge()
919 srcinfo->output_height = srcinfo->image_height; in jtransform_request_workspace()
927 srcinfo->output_height, in jtransform_request_workspace()
934 srcinfo->output_height, in jtransform_request_workspace()
952 info->output_width = srcinfo->output_height; in jtransform_request_workspace()
953 info->output_height = srcinfo->output_width; in jtransform_request_workspace()
966 info->output_height = srcinfo->output_height; in jtransform_request_workspace()
989 info->crop_yoffset >= info->output_height) in jtransform_request_workspace()
994 info->crop_height = info->output_height - info->crop_yoffset; in jtransform_request_workspace()
997 info->crop_height <= 0 || info->crop_height > info->output_height || in jtransform_request_workspace()
999 info->crop_yoffset > info->output_height - info->crop_height) in jtransform_request_workspace()
1007 yoffset = info->output_height - info->crop_height - info->crop_yoffset; in jtransform_request_workspace()
1017 info->output_height = info->crop_height; in jtransform_request_workspace()
1019 info->output_height = in jtransform_request_workspace()
1049 trim_bottom_edge(info, srcinfo->output_height); in jtransform_request_workspace()
1061 trim_right_edge(info, srcinfo->output_height); in jtransform_request_workspace()
1070 trim_right_edge(info, srcinfo->output_height); in jtransform_request_workspace()
1078 trim_bottom_edge(info, srcinfo->output_height); in jtransform_request_workspace()
1103 jdiv_round_up((long)info->output_height, (long)info->iMCU_sample_height); in jtransform_request_workspace()
1387 dstinfo->jpeg_height = info->output_height; in jtransform_adjust_parameters()
1397 dstinfo->image_width = info->output_height; in jtransform_adjust_parameters()
1405 dstinfo->image_height = info->output_height; in jtransform_adjust_parameters()