Searched refs:NumPocTotalCurr (Results 1 – 11 of 11) sorted by relevance
917 NalReader * nr, gint NumPocTotalCurr) in gst_h265_slice_parse_ref_pic_list_modification() argument921 const guint n = ceil_log2 (NumPocTotalCurr); in gst_h265_slice_parse_ref_pic_list_modification()928 CHECK_ALLOWED_MAX (rpl_mod->list_entry_l0[i], (NumPocTotalCurr - 1)); in gst_h265_slice_parse_ref_pic_list_modification()936 CHECK_ALLOWED_MAX (rpl_mod->list_entry_l1[i], (NumPocTotalCurr - 1)); in gst_h265_slice_parse_ref_pic_list_modification()2443 gint NumPocTotalCurr = 0; in gst_h265_parser_parse_slice_hdr() local2595 NumPocTotalCurr++; in gst_h265_parser_parse_slice_hdr()2598 NumPocTotalCurr++; in gst_h265_parser_parse_slice_hdr()2602 NumPocTotalCurr++; in gst_h265_parser_parse_slice_hdr()2603 slice->NumPocTotalCurr = NumPocTotalCurr; in gst_h265_parser_parse_slice_hdr()2606 if (NumPocTotalCurr > 1) in gst_h265_parser_parse_slice_hdr()[all …]
1457 gint NumPocTotalCurr; member
494 picture->NumPocTotalCurr = picture_info->NumPocTotalCurr; in vlVdpDecoderRenderH265()
594 int NumPocTotalCurr; member
729 h265_params->NumPocTotalCurr = decoder->NumPicTotalCurr; in gst_nv_h265_dec_start_picture()
188 .NumPocTotalCurr = ff_hevc_frame_nb_refs(s), in nvdec_hevc_start_frame()
209 info->NumPocTotalCurr = ff_hevc_frame_nb_refs(h); in vdpau_hevc_start_frame()
626 uint32_t NumPocTotalCurr; member
503 int32_t NumPocTotalCurr; member
7030 codecs: h265decoder: Fix a typo of NumPocTotalCurr when process ref pic list.7031 We should use the NumPocTotalCurr value stored in decoder, which is a calculated7033 time, the NumPocTotalCurr is 0 and make the tmp_refs a very short length, and7035 By the way, the NumPocTotalCurr is not the correct name specified in H265 spec,95469 codecparser: h265: Fix the NumPocTotalCurr calculation