Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_dpb.c32 H265eRefPicListModification* refPicListModification = RpsList->m_RefPicListModification; in h265e_dpb_set_ref_list() local
35 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 …]
H A Dh265e_syntax.c336 H265eRefPicListModification* refPicListModification = &slice->m_RefPicListModification; in fill_ref_parameters() local
338 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()
H A Dh265e_slice.c466 H265eRefPicListModification* refPicListModification = &slice->m_RefPicListModification; in h265e_code_slice_header() local
467 … 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()