Home
last modified time | relevance | path

Searched refs:m_useResidualRotation (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/libbpg/libbpg-0.9.8/jctvc/
H A DTAppEncCfg.h117 …Bool m_useResidualRotation; ///< control flag for transform-skip/t… variable
H A DTAppEncCfg.cpp815 …("ResidualRotation", m_useResidualRotation, … in parseCfg()
1163 const Bool bUsingGeneralRExtTools = m_useResidualRotation || in parseCfg()
1463 const Bool bUsingGeneralRExtTools = m_useResidualRotation || in xCheckParameter()
1502 …xConfirmPara(m_useResidualRotation==true, "UseResidualRotation must not be enabled for non main-RE… in xCheckParameter()
2301 …printf("Residual rotation : %s\n", (m_useResidualRotation ? "En… in xPrintParameter()
H A DTAppEncTop.cpp186 m_cTEncTop.setUseResidualRotation ( m_useResidualRotation ); in xInitLibCfg()
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibEncoder/
H A DTEncCfg.h208 Bool m_useResidualRotation; variable
555 …UseResidualRotation () const { return m_useResidualRotation; } in getUseResidualRotation()
556 …Void setUseResidualRotation (const Bool value) { m_useResidualRotation =… in setUseResidualRotation()
H A DTEncTop.cpp543 m_cSPS.setUseResidualRotation(m_useResidualRotation); in xInitSPS()
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibCommon/
H A DTComSlice.h752 Bool m_useResidualRotation; variable
888 … getUseResidualRotation () const { return m_useResidualRotation; } in getUseResidualRotation()
889 …Void setUseResidualRotation (const Bool value) { m_useResidualRotation = val… in setUseResidualRotation()
H A DTComSlice.cpp1578 , m_useResidualRotation (false) in TComSPS()