Searched refs:RefRPS (Results 1 – 1 of 1) sorted by relevance
796 GstH265ShortTermRefPicSet *RefRPS; in gst_h265_parser_parse_short_term_ref_pic_sets() local807 RefRPS = &sps->short_term_ref_pic_set[RefRpsIdx]; in gst_h265_parser_parse_short_term_ref_pic_sets()808 stRPS->NumDeltaPocsOfRefRpsIdx = RefRPS->NumDeltaPocs; in gst_h265_parser_parse_short_term_ref_pic_sets()810 for (j = 0; j <= RefRPS->NumDeltaPocs; j++) { in gst_h265_parser_parse_short_term_ref_pic_sets()818 for (j = (RefRPS->NumPositivePics - 1); j >= 0; j--) { in gst_h265_parser_parse_short_term_ref_pic_sets()819 dPoc = RefRPS->DeltaPocS1[j] + deltaRps; in gst_h265_parser_parse_short_term_ref_pic_sets()820 if (dPoc < 0 && use_delta_flag[RefRPS->NumNegativePics + j]) { in gst_h265_parser_parse_short_term_ref_pic_sets()823 used_by_curr_pic_flag[RefRPS->NumNegativePics + j]; in gst_h265_parser_parse_short_term_ref_pic_sets()826 if (deltaRps < 0 && use_delta_flag[RefRPS->NumDeltaPocs]) { in gst_h265_parser_parse_short_term_ref_pic_sets()828 stRPS->UsedByCurrPicS0[i++] = used_by_curr_pic_flag[RefRPS->NumDeltaPocs]; in gst_h265_parser_parse_short_term_ref_pic_sets()[all …]