Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c1469 READ_UE(gb, &sps->pic_conf_win.left_offset); in mpp_hevc_decode_nal_sps()
1470 sps->pic_conf_win.left_offset = sps->pic_conf_win.left_offset * 2; in mpp_hevc_decode_nal_sps()
1471 READ_UE(gb, &sps->pic_conf_win.right_offset); in mpp_hevc_decode_nal_sps()
1472 sps->pic_conf_win.right_offset = sps->pic_conf_win.right_offset * 2; in mpp_hevc_decode_nal_sps()
1473 READ_UE(gb, &sps->pic_conf_win.top_offset); in mpp_hevc_decode_nal_sps()
1474 sps->pic_conf_win.top_offset = sps->pic_conf_win.top_offset * 2; in mpp_hevc_decode_nal_sps()
1475 READ_UE(gb, &sps->pic_conf_win.bottom_offset); in mpp_hevc_decode_nal_sps()
1476 sps->pic_conf_win.bottom_offset = sps->pic_conf_win.bottom_offset * 2; in mpp_hevc_decode_nal_sps()
1482 sps->pic_conf_win.left_offset, in mpp_hevc_decode_nal_sps()
1483 sps->pic_conf_win.right_offset, in mpp_hevc_decode_nal_sps()
[all …]
H A Dh265d_parser.h203 HEVCWindow pic_conf_win; member