Home
last modified time | relevance | path

Searched refs:m_bLongTermRefsPresent (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c259 sps->m_bLongTermRefsPresent = 0; in h265e_set_sps()
299 sps->m_bLongTermRefsPresent = 0; in h265e_set_sps()
304 sps->m_bLongTermRefsPresent = 1; in h265e_set_sps()
H A Dh265e_syntax.c81 (sps->m_bLongTermRefsPresent << 17) | in fill_picture_parameters()
232 if (slice->m_sps->m_bLongTermRefsPresent) { in fill_ref_parameters()
H A Dh265e_slice.h230 RK_U32 m_bLongTermRefsPresent; member
H A Dh265e_header_gen.c512 …h265e_stream_write1_with_log(s, sps->m_bLongTermRefsPresent ? 1 : 0, "long_term_ref_pics_pres… in h265e_sps_write()
513 if (sps->m_bLongTermRefsPresent) { in h265e_sps_write()
H A Dh265e_dpb.c570 mpp_assert(slice->m_sps->m_bLongTermRefsPresent); in h265e_dpb_cpb2rps()
H A Dh265e_slice.c386 if (slice->m_sps->m_bLongTermRefsPresent) { in h265e_code_slice_header()