Searched refs:WELS_DEC_MAX_NUM_CPU (Results 1 – 3 of 3) sorted by relevance
137 PWelsDecoderThreadCTX m_pDecThrCtxActive[WELS_DEC_MAX_NUM_CPU];
50 #define WELS_DEC_MAX_NUM_CPU 16 macro
171 if (m_iCpuCount > WELS_DEC_MAX_NUM_CPU) { in CWelsDecoder()172 m_iCpuCount = WELS_DEC_MAX_NUM_CPU; in CWelsDecoder()177 for (int32_t i = 0; i < WELS_DEC_MAX_NUM_CPU; ++i) { in CWelsDecoder()