Home
last modified time | relevance | path

Searched refs:temporal_layer (Results 1 – 4 of 4) 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()
1569 READ_UE(gb, &sps->temporal_layer[i].num_reorder_pics); in mpp_hevc_decode_nal_sps()
1570 READ_UE(gb, &sps->temporal_layer[i].max_latency_increase ); in mpp_hevc_decode_nal_sps()
1571 sps->temporal_layer[i].max_latency_increase -= 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()
1580 sps->temporal_layer[i].num_reorder_pics); in mpp_hevc_decode_nal_sps()
1581 if (sps->temporal_layer[i].num_reorder_pics > MAX_DPB_SIZE - 1) { in mpp_hevc_decode_nal_sps()
[all …]
H A Dh265d_parser.h226 } temporal_layer[MAX_SUB_LAYERS]; member
H A Dh265d_parser2_syntax.c87 …pp->sps_max_dec_pic_buffering_minus1 = sps->temporal_layer[sps->max_sub_layers - 1].max_de… in fill_picture_parameters()
H A Dh265d_parser.c1205 nb_output <= s->sps->temporal_layer[s->sps->max_sub_layers - 1].num_reorder_pics) { in mpp_hevc_output_frame()