Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c1480 READ_UE(gb, &sps->pic_conf_win.left_offset); in mpp_hevc_decode_nal_sps()
1481 READ_UE(gb, &sps->pic_conf_win.right_offset); in mpp_hevc_decode_nal_sps()
1482 READ_UE(gb, &sps->pic_conf_win.top_offset); in mpp_hevc_decode_nal_sps()
1483 READ_UE(gb, &sps->pic_conf_win.bottom_offset); in mpp_hevc_decode_nal_sps()
1485 sps->pic_conf_win.left_offset *= 2; in mpp_hevc_decode_nal_sps()
1486 sps->pic_conf_win.right_offset *= 2; in mpp_hevc_decode_nal_sps()
1487 sps->pic_conf_win.top_offset *= 2; in mpp_hevc_decode_nal_sps()
1488 sps->pic_conf_win.bottom_offset *= 2; in mpp_hevc_decode_nal_sps()
1490 sps->pic_conf_win.left_offset *= 2; in mpp_hevc_decode_nal_sps()
1491 sps->pic_conf_win.right_offset *= 2; in mpp_hevc_decode_nal_sps()
[all …]
H A Dh265d_parser.h211 HEVCWindow pic_conf_win; member