Home
last modified time | relevance | path

Searched refs:iMCU_sample_height (Results 1 – 3 of 3) sorted by relevance

/external/libjpeg-turbo/
Dtransupp.c866 MCU_rows = info->output_height / info->iMCU_sample_height; in trim_bottom_edge()
868 full_height / info->iMCU_sample_height) in trim_bottom_edge()
869 info->output_height = MCU_rows * info->iMCU_sample_height; in trim_bottom_edge()
954 info->iMCU_sample_height = srcinfo->_min_DCT_h_scaled_size; in jtransform_request_workspace()
958 info->iMCU_sample_height = in jtransform_request_workspace()
967 info->iMCU_sample_height = srcinfo->_min_DCT_v_scaled_size; in jtransform_request_workspace()
971 info->iMCU_sample_height = in jtransform_request_workspace()
1018 info->crop_height + (yoffset % info->iMCU_sample_height); in jtransform_request_workspace()
1021 info->y_crop_offset = yoffset / info->iMCU_sample_height; in jtransform_request_workspace()
1103 (long) info->iMCU_sample_height); in jtransform_request_workspace()
Dtransupp.h152 int iMCU_sample_height; member
Dturbojpeg.c2084 || (t[i].r.y%xinfo[i].iMCU_sample_height)!=0) in tjTransform()
2089 xinfo[i].iMCU_sample_width, xinfo[i].iMCU_sample_height); in tjTransform()