Home
last modified time | relevance | path

Searched refs:crop_unit_x (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/decoder/
Dihevcd_fmt_conv.c712 WORD32 crop_unit_x, crop_unit_y; in ihevcd_fmt_conv() local
721 crop_unit_x = 1; in ihevcd_fmt_conv()
726 crop_unit_x = 2; in ihevcd_fmt_conv()
736 …trd * ps_sps->i2_pic_crop_top_offset * crop_unit_y + ps_sps->i2_pic_crop_left_offset * crop_unit_x; in ihevcd_fmt_conv()
Dihevcd_parse_headers.c1901 WORD32 crop_unit_x, crop_unit_y; in ihevcd_parse_sps() local
1902 crop_unit_x = 1; in ihevcd_parse_sps()
1907 crop_unit_x = 2; in ihevcd_parse_sps()
1912 disp_wd -= ps_sps->i2_pic_crop_left_offset * crop_unit_x; in ihevcd_parse_sps()
1913 disp_wd -= ps_sps->i2_pic_crop_right_offset * crop_unit_x; in ihevcd_parse_sps()