x265-确定slice type-1
生活随笔
收集整理的這篇文章主要介紹了
x265-确定slice type-1
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
1.在Encoder的create中創(chuàng)建了,lookAheadThreadPool線程池以及Lookahead。
if (m_param->lookaheadThreads > 0)
? ? {
? ? ? ? lookAheadThreadPool = ThreadPool::allocThreadPools(p, pools, 1);
? ? }
? ? else
? ? ? ? lookAheadThreadPool = m_threadPool;
? ? m_lookahead = new Lookahead(m_param, lookAheadThreadPool);
?
總結(jié)
以上是生活随笔為你收集整理的x265-确定slice type-1的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: x265线程池-4
- 下一篇: x265-确定slice type-2