Searched refs:MAX_THREADS (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ddnxhdenc.h50 struct DNXHDEncContext *thread[MAX_THREADS];
H A Dh264.h473 struct H264Context *thread_context[MAX_THREADS];
H A Dmpegvideo.h56 #define MAX_THREADS 8 macro
250 struct MpegEncContext *thread_context[MAX_THREADS];
H A Ddnxhdenc.c214 if (avctx->thread_count > MAX_THREADS || (avctx->thread_count > ctx->m.mb_height)) {
H A Dmpegvideo.c419 if(s->avctx->thread_count > MAX_THREADS || (s->avctx->thread_count > s->mb_height && s->mb_height)){
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/base/
H A Drep_base.h56 #define MAX_THREADS 25 macro
H A Drep_msg.c249 thread_t hm_thrs[MAX_THREADS];
271 for (i = 0; i < MAX_THREADS; i++) {

Completed in 117 milliseconds