Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c396 pps->m_entropyCodingSyncEnabledFlag = 0; in h265e_set_pps()
425 pps->m_entropyCodingSyncEnabledFlag = 0; in h265e_set_pps()
H A Dh265e_slice.h312 RK_U32 m_entropyCodingSyncEnabledFlag; //!< Indicates the presence of wavefronts member
H A Dh265e_syntax.c99 … (pps->m_entropyCodingSyncEnabledFlag << 8) | in fill_picture_parameters()
H A Dh265e_header_gen.c579 …h265e_stream_write1_with_log(s, pps->m_entropyCodingSyncEnabledFlag ? 1 : 0, "entropy_coding_sync_… in h265e_pps_write()