Searched refs:refPicListModification (Results 1 – 3 of 3) sorted by relevance
32 H265eRefPicListModification* refPicListModification = RpsList->m_RefPicListModification; in h265e_dpb_set_ref_list() local35 refPicListModification->m_refPicListModificationFlagL0 = 0; in h265e_dpb_set_ref_list()36 refPicListModification->m_refPicListModificationFlagL1 = 0; in h265e_dpb_set_ref_list()39 refPicListModification->m_RefPicSetIdxL0[i] = 0; in h265e_dpb_set_ref_list()40 refPicListModification->m_RefPicSetIdxL0[i] = 0; in h265e_dpb_set_ref_list()43 refPicListModification->m_refPicListModificationFlagL0 = 0; in h265e_dpb_set_ref_list()58 refPicListModification->m_refPicListModificationFlagL0 = 1; in h265e_dpb_set_ref_list()59 refPicListModification->m_RefPicSetIdxL0[0] = ref_idx; in h265e_dpb_set_ref_list()62 refPicListModification->m_RefPicSetIdxL0[i] = i; in h265e_dpb_set_ref_list()64 refPicListModification->m_RefPicSetIdxL0[ref_idx] = 0; in h265e_dpb_set_ref_list()[all …]
336 H265eRefPicListModification* refPicListModification = &slice->m_RefPicListModification; in fill_ref_parameters() local338 sp->ref_pic_lst_mdf_l0 = refPicListModification->m_refPicListModificationFlagL0 ? 1 : 0; in fill_ref_parameters()340 sp->lst_entry_l0 = refPicListModification->m_RefPicSetIdxL0[0]; in fill_ref_parameters()
466 H265eRefPicListModification* refPicListModification = &slice->m_RefPicListModification; in h265e_code_slice_header() local467 … mpp_writer_put_bits(bitIf, refPicListModification->m_refPicListModificationFlagL0 ? 1 : 0, 1); in h265e_code_slice_header()468 if (refPicListModification->m_refPicListModificationFlagL0) { in h265e_code_slice_header()477 … mpp_writer_put_bits(bitIf, refPicListModification->m_RefPicSetIdxL0[i], length); in h265e_code_slice_header()