Home
last modified time | relevance | path

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

/dports/graphics/libbpg/libbpg-0.9.8/jctvc/
H A DTAppEncCfg.h223 …Int m_iWaveFrontSubstreams; //< If iWaveFrontSynchro, this is the number of substreams per f… variable
H A DTAppEncCfg.cpp1320m_iWaveFrontSubstreams = m_iWaveFrontSynchro ? (m_iSourceHeight + m_uiMaxCUHeight - 1) / m_uiMaxCU… in parseCfg()
2113 xConfirmPara( m_iWaveFrontSubstreams <= 0, "WaveFrontSubstreams must be positive" ); in xCheckParameter()
2114 …xConfirmPara( m_iWaveFrontSubstreams > 1 && !m_iWaveFrontSynchro, "Must have WaveFrontSynchro > 0 … in xCheckParameter()
2381 m_iWaveFrontSynchro, m_iWaveFrontSubstreams); in xPrintParameter()
H A DTAppEncTop.cpp312 m_cTEncTop.setWaveFrontSubstreams ( m_iWaveFrontSubstreams ); in xInitLibCfg()
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibEncoder/
H A DTEncCfg.h241 Int m_iWaveFrontSubstreams; variable
609 …Void setWaveFrontSubstreams(Int iWaveFrontSubstreams) { m_iWaveFrontSubstreams = iWav… in setWaveFrontSubstreams()
610 …t getWaveFrontSubstreams() { return m_iWaveFrontSubstreams; } in getWaveFrontSubstreams()
H A DTEncTop.cpp654 m_cPPS.setNumSubstreams(m_iWaveFrontSubstreams); in xInitPPS()
989 m_cPPS.setNumSubstreams(m_iWaveFrontSubstreams * (m_iNumColumnsMinus1+1)); in xInitPPSforTiles()