MAX_THREADS       390 libavcodec/dnxhdenc.c     if (avctx->thread_count > MAX_THREADS) {
MAX_THREADS        53 libavcodec/dnxhdenc.h     struct DNXHDEncContext *thread[MAX_THREADS];
MAX_THREADS        39 libavcodec/frame_thread_encoder.c #define BUFFER_SIZE (2*MAX_THREADS)
MAX_THREADS        63 libavcodec/frame_thread_encoder.c     pthread_t worker[MAX_THREADS];
MAX_THREADS       163 libavcodec/frame_thread_encoder.c         avctx->thread_count = FFMIN(avctx->thread_count, MAX_THREADS);
MAX_THREADS       169 libavcodec/frame_thread_encoder.c     if(avctx->thread_count > MAX_THREADS)
MAX_THREADS      1316 libavcodec/mpegvideo.c     if (nb_slices > MAX_THREADS || (nb_slices > s->mb_height && s->mb_height)) {
MAX_THREADS      1319 libavcodec/mpegvideo.c             max_slices = FFMIN(MAX_THREADS, s->mb_height);
MAX_THREADS      1321 libavcodec/mpegvideo.c             max_slices = MAX_THREADS;
MAX_THREADS       289 libavcodec/mpegvideo.h     struct MpegEncContext *thread_context[MAX_THREADS];
MAX_THREADS        52 libavcodec/vp8.c         for (i = 0; i < MAX_THREADS; i++) {
MAX_THREADS       177 libavcodec/vp8.c     s->thread_data = av_mallocz(MAX_THREADS * sizeof(VP8ThreadData));
MAX_THREADS       185 libavcodec/vp8.c     for (i = 0; i < MAX_THREADS; i++) {
MAX_THREADS      2639 libavcodec/vp8.c     for (i = 0; i < MAX_THREADS; i++) {
MAX_THREADS        46 libavfilter/vf_dctdnoiz.c     AVExpr *expr[MAX_THREADS];
MAX_THREADS        47 libavfilter/vf_dctdnoiz.c     double var_values[MAX_THREADS][VAR_VARS_NB];
MAX_THREADS        54 libavfilter/vf_dctdnoiz.c     float *slices[MAX_THREADS]; // slices buffers (1 slice buffer per thread)
MAX_THREADS       510 libavfilter/vf_dctdnoiz.c     s->nb_threads = FFMIN3(MAX_THREADS, ctx->graph->nb_threads, max_slice_h);
MAX_THREADS       512 libavfilter/vf_dctdnoiz.c            MAX_THREADS, max_slice_h, ctx->graph->nb_threads, s->nb_threads);