Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_fmt_conv.c710 WORD32 crop_unit_x, crop_unit_y; in ihevcd_fmt_conv() local
720 crop_unit_y = 1; in ihevcd_fmt_conv()
725 crop_unit_y = 2; in ihevcd_fmt_conv()
734 …pu1_luma += ps_codec->i4_strd * ps_sps->i2_pic_crop_top_offset * crop_unit_y + ps_sps->i2_pic_c… in ihevcd_fmt_conv()
801 ps_sps->i2_pic_crop_top_offset * crop_unit_y; in ihevcd_fmt_conv()
Dihevcd_parse_headers.c1484 WORD32 crop_unit_x, crop_unit_y; in ihevcd_parse_sps() local
1486 crop_unit_y = 1; in ihevcd_parse_sps()
1491 crop_unit_y = 2; in ihevcd_parse_sps()
1500 disp_ht -= ps_sps->i2_pic_crop_top_offset * crop_unit_y; in ihevcd_parse_sps()
1501 disp_ht -= ps_sps->i2_pic_crop_bottom_offset * crop_unit_y; in ihevcd_parse_sps()