Home
last modified time | relevance | path

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

/dports/graphics/libbpg/libbpg-0.9.8/jctvc/
H A DTAppEncCfg.h231 Bool m_toneMappingInfoSEIEnabled; variable
H A DTAppEncCfg.cpp924 …("SEIToneMappingInfo", m_toneMappingInfoSEIEnabled, … in parseCfg()
1334 if( m_toneMappingInfoSEIEnabled && !m_toneMapCancelFlag ) in parseCfg()
2118 if (m_toneMappingInfoSEIEnabled) in xCheckParameter()
H A DTAppEncTop.cpp233 m_cTEncTop.setToneMappingInfoSEIEnabled ( m_toneMappingInfoSEIEnabled ); in xInitLibCfg()
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibEncoder/
H A DTEncCfg.h247 Bool m_toneMappingInfoSEIEnabled; variable
619 …Void setToneMappingInfoSEIEnabled(Bool b) { m_toneMappingInfoSEIEnabled =… in setToneMappingInfoSEIEnabled()
620 …tToneMappingInfoSEIEnabled() { return m_toneMappingInfoSEIEnabled; } in getToneMappingInfoSEIEnabled()