Home
last modified time | relevance | path

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

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