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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddnxhdenc.h53 struct DNXHDEncContext *thread[MAX_THREADS];
H A Dmpegvideo.h58 #define MAX_THREADS 16 macro
270 struct MpegEncContext *thread_context[MAX_THREADS];
H A Dh264.h512 struct H264Context *thread_context[MAX_THREADS];
H A Ddnxhdenc.c314 if (avctx->thread_count > MAX_THREADS) {
H A Dmpegvideo.c679 if (nb_slices > MAX_THREADS || (nb_slices > s->mb_height && s->mb_height)) {
682 max_slices = FFMIN(MAX_THREADS, s->mb_height);
684 max_slices = MAX_THREADS;
H A Dh264.c860 for(i = 0; i < MAX_THREADS; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddnxhdenc.h53 struct DNXHDEncContext *thread[MAX_THREADS];
H A Dframe_thread_encoder.c38 #define MAX_THREADS 64 macro
39 #define BUFFER_SIZE (2*MAX_THREADS)
63 pthread_t worker[MAX_THREADS];
155 avctx->thread_count = FFMIN(avctx->thread_count, MAX_THREADS);
161 if(avctx->thread_count > MAX_THREADS)
H A Dvp8.h137 #define MAX_THREADS 8 macro
H A Dmpegvideo.h73 #define MAX_THREADS 32 macro
294 struct MpegEncContext *thread_context[MAX_THREADS];
H A Dvp8.c52 for (i = 0; i < MAX_THREADS; i++) {
177 s->thread_data = av_mallocz(MAX_THREADS * sizeof(VP8ThreadData));
179 for (i = 0; i < MAX_THREADS; i++) {
2625 for (i = 0; i < MAX_THREADS; i++) {
H A Dmpegvideo.c1287 if (nb_slices > MAX_THREADS || (nb_slices > s->mb_height && s->mb_height)) {
1290 max_slices = FFMIN(MAX_THREADS, s->mb_height);
1292 max_slices = MAX_THREADS;
H A Ddnxhdenc.c390 if (avctx->thread_count > MAX_THREADS) {
/netgear-R7000-V1.0.7.12_1.2.5/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 239 milliseconds