MAX_THREADS       244 libde265-1.0.3/libde265/de265.cc   if (number_of_threads > MAX_THREADS) {
MAX_THREADS       245 libde265-1.0.3/libde265/de265.cc     number_of_threads = MAX_THREADS;
MAX_THREADS       251 libde265-1.0.3/libde265/threads.cc   if (num_threads > MAX_THREADS) {
MAX_THREADS       252 libde265-1.0.3/libde265/threads.cc     num_threads = MAX_THREADS;
MAX_THREADS       127 libde265-1.0.3/libde265/threads.h   de265_thread thread[MAX_THREADS];
MAX_THREADS       132 libde265-1.0.3/libde265/threads.h   int ctbx[MAX_THREADS]; // the CTB the thread is working on
MAX_THREADS       133 libde265-1.0.3/libde265/threads.h   int ctby[MAX_THREADS];