Home
last modified time | relevance | path

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

/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/DecoderLib/
H A DDecLibRecon.cpp154 m_numDecThreads = std::max( 1, threadPool ? threadPool->numThreads() : 1 ); in create()
156 m_cIntraPred = new IntraPrediction[m_numDecThreads]; in create()
157 m_cInterPred = new InterPrediction[m_numDecThreads]; in create()
158 m_cTrQuant = new TrQuant [m_numDecThreads]; in create()
159 m_cCuDecoder = new DecCu [m_numDecThreads]; in create()
160 m_cReshaper = new Reshape [m_numDecThreads]; in create()
325 for( int i = 0; i < m_numDecThreads; i++ )
356 m_cALF.create( cs.picHeader, sps, pps, m_numDecThreads );
447 …PerTask = std::max( std::min( widthInCtus, ( widthInCtus / std::max( m_numDecThreads * ( isIntra ?…
H A DDecLibRecon.h137 int m_numDecThreads = 0; variable
H A DDecLibParser.h147 unsigned int m_numDecThreads = 0; variable
H A DDecLibParser.cpp94 m_numDecThreads = numDecThreads; in create()
1050 …if( m_pcParsePic->slices.size() != 1 && !m_pcParsePic->parseDone.isBlocked() && m_numDecThreads ==… in xDecodeSliceMain()