Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dtransupp.c868 MCU_rows = info->output_height / info->iMCU_sample_height; in trim_bottom_edge()
870 full_height / info->iMCU_sample_height) in trim_bottom_edge()
871 info->output_height = MCU_rows * info->iMCU_sample_height; in trim_bottom_edge()
956 info->iMCU_sample_height = srcinfo->_min_DCT_h_scaled_size; in jtransform_request_workspace()
960 info->iMCU_sample_height = in jtransform_request_workspace()
969 info->iMCU_sample_height = srcinfo->_min_DCT_v_scaled_size; in jtransform_request_workspace()
973 info->iMCU_sample_height = in jtransform_request_workspace()
1020 info->crop_height + (yoffset % info->iMCU_sample_height); in jtransform_request_workspace()
1023 info->y_crop_offset = yoffset / info->iMCU_sample_height; in jtransform_request_workspace()
1103 jdiv_round_up((long)info->output_height, (long)info->iMCU_sample_height); in jtransform_request_workspace()
Dtransupp.h152 int iMCU_sample_height; member
Dturbojpeg.c1879 (t[i].r.y % xinfo[i].iMCU_sample_height) != 0) { in tjTransform()
1883 xinfo[i].iMCU_sample_width, xinfo[i].iMCU_sample_height); in tjTransform()
/third_party/skia/third_party/externals/libjpeg-turbo/
Dtransupp.h172 int iMCU_sample_height; member
Dtransupp.c1465 MCU_rows = info->output_height / info->iMCU_sample_height; in trim_bottom_edge()
1467 full_height / info->iMCU_sample_height) in trim_bottom_edge()
1468 info->output_height = MCU_rows * info->iMCU_sample_height; in trim_bottom_edge()
1553 info->iMCU_sample_height = srcinfo->_min_DCT_h_scaled_size; in jtransform_request_workspace()
1557 info->iMCU_sample_height = in jtransform_request_workspace()
1566 info->iMCU_sample_height = srcinfo->_min_DCT_v_scaled_size; in jtransform_request_workspace()
1570 info->iMCU_sample_height = in jtransform_request_workspace()
1650 itemp = info->iMCU_sample_height; in jtransform_request_workspace()
1690 ((long)(info->crop_height + (yoffset % info->iMCU_sample_height)), in jtransform_request_workspace()
1691 (long)info->iMCU_sample_height); in jtransform_request_workspace()
[all …]
Dturbojpeg.c1969 (t[i].r.y % xinfo[i].iMCU_sample_height) != 0) { in tjTransform()
1973 xinfo[i].iMCU_sample_width, xinfo[i].iMCU_sample_height); in tjTransform()
/third_party/libjpeg/
Dtransupp.c1546 MCU_rows = info->output_height / info->iMCU_sample_height; in trim_bottom_edge()
1548 full_height / info->iMCU_sample_height) in trim_bottom_edge()
1549 info->output_height = MCU_rows * info->iMCU_sample_height; in trim_bottom_edge()
1630 info->iMCU_sample_height = srcinfo->min_DCT_h_scaled_size; in jtransform_request_workspace()
1634 info->iMCU_sample_height = in jtransform_request_workspace()
1643 info->iMCU_sample_height = srcinfo->min_DCT_v_scaled_size; in jtransform_request_workspace()
1647 info->iMCU_sample_height = in jtransform_request_workspace()
1726 itemp = info->iMCU_sample_height; in jtransform_request_workspace()
1766 ((long) (info->crop_height + (yoffset % info->iMCU_sample_height)), in jtransform_request_workspace()
1767 (long) info->iMCU_sample_height); in jtransform_request_workspace()
[all …]
Dtransupp.h172 int iMCU_sample_height; member