Home
last modified time | relevance | path

Searched refs:m_refPicListModificationFlagL0 (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_dpb.c85 refPicListModification->m_refPicListModificationFlagL0 = 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()
H A Dh265e_slice.c170 …cIdx = slice->m_RefPicListModification.m_refPicListModificationFlagL0 ? slice->m_RefPicListModific… in h265e_slice_set_ref_list()
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()
H A Dh265e_slice.h90 RK_U32 m_refPicListModificationFlagL0; member
H A Dh265e_syntax.c348 sp->ref_pic_lst_mdf_l0 = refPicListModification->m_refPicListModificationFlagL0 ? 1 : 0; in fill_ref_parameters()