Home
last modified time | relevance | path

Searched refs:m_listsModificationPresentFlag (Results 1 – 5 of 5) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_syntax.c120 … (pps->m_listsModificationPresentFlag << 14) | in fill_picture_parameters()
345 if (slice->m_pps->m_listsModificationPresentFlag && numRpsCurrTempList > 1) { in fill_ref_parameters()
H A Dh265e_slice.h356 RK_U32 m_listsModificationPresentFlag; member
H A Dh265e_ps.c442 pps->m_listsModificationPresentFlag = 1; in h265e_set_pps()
H A Dh265e_header_gen.c625 …h265e_stream_write1_with_log(s, pps->m_listsModificationPresentFlag, "lists_modification_present_f… in h265e_pps_write()
H A Dh265e_slice.c486 if (slice->m_pps->m_listsModificationPresentFlag && get_num_rps_cur_templist(rps) > 1) { in h265e_code_slice_header()