Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c319 sps->m_TMVPFlagsPresent = codec->tmvp_enable; in h265e_set_sps()
324 sps->m_TMVPFlagsPresent = 0; in h265e_set_sps()
327 sps->m_TMVPFlagsPresent = 0; in h265e_set_sps()
332 sps->m_TMVPFlagsPresent = 0; in h265e_set_sps()
H A Dh265e_slice.h250 RK_U32 m_TMVPFlagsPresent; member
H A Dh265e_syntax.c97 (sps->m_TMVPFlagsPresent << 18) | in fill_picture_parameters()
H A Dh265e_slice.c234 slice->m_enableTMVPFlag = sps->m_TMVPFlagsPresent; in h265e_slice_init()
465 if (slice->m_sps->m_TMVPFlagsPresent) { in h265e_code_slice_header()
H A Dh265e_header_gen.c534 …h265e_stream_write1_with_log(s, sps->m_TMVPFlagsPresent ? 1 : 0, "sps_temporal_mvp_enable_f… in h265e_sps_write()