Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_dpb.c82 H265eRefPicListModification* refPicListModification = RpsList->m_RefPicListModification; in h265e_dpb_set_ref_list() local
85 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()
H A Dh265e_syntax.c346 H265eRefPicListModification* refPicListModification = &slice->m_RefPicListModification; in fill_ref_parameters() local
348 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()
H A Dh265e_slice.c487 H265eRefPicListModification* refPicListModification = &slice->m_RefPicListModification; in h265e_code_slice_header() local
488 … 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()