Searched refs:m_numDecThreads (Results 1 – 4 of 4) sorted by relevance
154 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 ?…
137 int m_numDecThreads = 0; variable
147 unsigned int m_numDecThreads = 0; variable
94 m_numDecThreads = numDecThreads; in create()1050 …if( m_pcParsePic->slices.size() != 1 && !m_pcParsePic->parseDone.isBlocked() && m_numDecThreads ==… in xDecodeSliceMain()