MAX_THREADS       215 libde265/de265.cc   if (number_of_threads > MAX_THREADS) {
MAX_THREADS       216 libde265/de265.cc     number_of_threads = MAX_THREADS;
MAX_THREADS       239 libde265/threads.cc   if (num_threads > MAX_THREADS) {
MAX_THREADS       240 libde265/threads.cc     num_threads = MAX_THREADS;
MAX_THREADS       144 libde265/threads.h   de265_thread thread[MAX_THREADS];
MAX_THREADS       149 libde265/threads.h   int ctbx[MAX_THREADS]; // the CTB the thread is working on
MAX_THREADS       150 libde265/threads.h   int ctby[MAX_THREADS];