Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth265parser.c821 stRPS->DeltaPocS0[i] = dPoc; in gst_h265_parser_parse_short_term_ref_pic_sets()
827 stRPS->DeltaPocS0[i] = deltaRps; in gst_h265_parser_parse_short_term_ref_pic_sets()
831 dPoc = RefRPS->DeltaPocS0[j] + deltaRps; in gst_h265_parser_parse_short_term_ref_pic_sets()
833 stRPS->DeltaPocS0[i] = dPoc; in gst_h265_parser_parse_short_term_ref_pic_sets()
842 dPoc = RefRPS->DeltaPocS0[j] + deltaRps; in gst_h265_parser_parse_short_term_ref_pic_sets()
879 stRPS->DeltaPocS0[i] = -(delta_poc_s0_minus1[i] + 1); in gst_h265_parser_parse_short_term_ref_pic_sets()
882 stRPS->DeltaPocS0[i] = in gst_h265_parser_parse_short_term_ref_pic_sets()
883 stRPS->DeltaPocS0[i - 1] - (delta_poc_s0_minus1[i] + 1); in gst_h265_parser_parse_short_term_ref_pic_sets()
Dgsth265parser.h784 gint32 DeltaPocS0[16]; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth265decoder.c1395 picture->pic_order_cnt + stRefPic->DeltaPocS0[i]; in gst_h265_decoder_prepare_rps()
1398 priv->PocStFoll[k++] = picture->pic_order_cnt + stRefPic->DeltaPocS0[i]; in gst_h265_decoder_prepare_rps()