Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c420 pps->m_entropyCodingSyncEnabledFlag = 0; in h265e_set_pps()
449 pps->m_entropyCodingSyncEnabledFlag = 0; in h265e_set_pps()
H A Dh265e_slice.h331 RK_U32 m_entropyCodingSyncEnabledFlag; //!< Indicates the presence of wavefronts member
H A Dh265e_syntax.c114 … (pps->m_entropyCodingSyncEnabledFlag << 8) | in fill_picture_parameters()
H A Dh265e_header_gen.c593 …h265e_stream_write1_with_log(s, pps->m_entropyCodingSyncEnabledFlag ? 1 : 0, "entropy_coding_sync_… in h265e_pps_write()