Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c300 sps->m_TMVPFlagsPresent = codec->tmvp_enable; in h265e_set_sps()
305 sps->m_TMVPFlagsPresent = 0; in h265e_set_sps()
308 sps->m_TMVPFlagsPresent = 0; in h265e_set_sps()
H A Dh265e_slice.h231 RK_U32 m_TMVPFlagsPresent; member
H A Dh265e_slice.c233 slice->m_enableTMVPFlag = sps->m_TMVPFlagsPresent; in h265e_slice_init()
444 if (slice->m_sps->m_TMVPFlagsPresent) { in h265e_code_slice_header()
H A Dh265e_syntax.c82 (sps->m_TMVPFlagsPresent << 18) | in fill_picture_parameters()
H A Dh265e_header_gen.c520 …h265e_stream_write1_with_log(s, sps->m_TMVPFlagsPresent ? 1 : 0, "sps_temporal_mvp_enable_f… in h265e_sps_write()