Searched refs:refPicListModification (Results 1 – 3 of 3) sorted by relevance
82 H265eRefPicListModification* refPicListModification = RpsList->m_RefPicListModification; in h265e_dpb_set_ref_list() local85 refPicListModification->m_refPicListModificationFlagL0 = 0; in h265e_dpb_set_ref_list()86 refPicListModification->m_refPicListModificationFlagL1 = 0; in h265e_dpb_set_ref_list()89 refPicListModification->m_RefPicSetIdxL0[i] = 0; in h265e_dpb_set_ref_list()90 refPicListModification->m_RefPicSetIdxL0[i] = 0; in h265e_dpb_set_ref_list()93 refPicListModification->m_refPicListModificationFlagL0 = 0; in h265e_dpb_set_ref_list()111 refPicListModification->m_refPicListModificationFlagL0 = 1; in h265e_dpb_set_ref_list()115 refPicListModification->m_refPicListModificationFlagL1 = 0; in h265e_dpb_set_ref_list()
346 H265eRefPicListModification* refPicListModification = &slice->m_RefPicListModification; in fill_ref_parameters() local348 sp->ref_pic_lst_mdf_l0 = refPicListModification->m_refPicListModificationFlagL0 ? 1 : 0; in fill_ref_parameters()350 sp->lst_entry_l0 = refPicListModification->m_RefPicSetIdxL0[0]; in fill_ref_parameters()
487 H265eRefPicListModification* refPicListModification = &slice->m_RefPicListModification; in h265e_code_slice_header() local488 … mpp_writer_put_bits(bitIf, refPicListModification->m_refPicListModificationFlagL0 ? 1 : 0, 1); in h265e_code_slice_header()489 if (refPicListModification->m_refPicListModificationFlagL0) { in h265e_code_slice_header()498 … mpp_writer_put_bits(bitIf, refPicListModification->m_RefPicSetIdxL0[i], length); in h265e_code_slice_header()