allocThreadPools 105 source/common/threadpool.h static ThreadPool* allocThreadPools(x265_param* p, int& numPools, bool isThreadsReserved); allocThreadPools 139 source/encoder/encoder.cpp m_threadPool = ThreadPool::allocThreadPools(p, m_numPools, 0); allocThreadPools 222 source/encoder/encoder.cpp lookAheadThreadPool = ThreadPool::allocThreadPools(p, pools, 1);