Home
last modified time | relevance | path

Searched refs:max_dec_pic_buffering (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c1567 READ_UE(gb, &sps->temporal_layer[i].max_dec_pic_buffering) ; in mpp_hevc_decode_nal_sps()
1568 sps->temporal_layer[i].max_dec_pic_buffering += 1; in mpp_hevc_decode_nal_sps()
1572 if (sps->temporal_layer[i].max_dec_pic_buffering > MAX_DPB_SIZE) { in mpp_hevc_decode_nal_sps()
1574 sps->temporal_layer[i].max_dec_pic_buffering - 1); in mpp_hevc_decode_nal_sps()
1578 … if (sps->temporal_layer[i].num_reorder_pics > sps->temporal_layer[i].max_dec_pic_buffering - 1) { in mpp_hevc_decode_nal_sps()
1585 … sps->temporal_layer[i].max_dec_pic_buffering = sps->temporal_layer[i].num_reorder_pics + 1; in mpp_hevc_decode_nal_sps()
1591 … sps->temporal_layer[i].max_dec_pic_buffering = sps->temporal_layer[start].max_dec_pic_buffering; in mpp_hevc_decode_nal_sps()
H A Dh265d_parser.h223 int max_dec_pic_buffering; member
H A Dh265d_parser2_syntax.c87 …_buffering_minus1 = sps->temporal_layer[sps->max_sub_layers - 1].max_dec_pic_buffering - 1; in fill_picture_parameters()