Searched refs:nb_threads (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dpthread.c46 int nb_threads; member in struct:ThreadContext
69 int nb_threads = c->nb_threads; local
77 if (c->current_job == nb_threads + c->nb_jobs)
108 for (i = 0; i < c->nb_threads; i++)
119 while (c->current_job != c->nb_threads + c->nb_jobs)
135 c->current_job = c->nb_threads;
156 static int thread_init_internal(ThreadContext *c, int nb_threads) argument
160 if (!nb_threads) {
164 nb_threads
[all...]
H A Dvf_fade.c327 FFMIN(frame->height, ctx->graph->nb_threads));
330 FFMIN(frame->height, ctx->graph->nb_threads));
334 FFMIN(frame->height, ctx->graph->nb_threads));
339 FFMIN(frame->height, ctx->graph->nb_threads));
H A Dvf_hflip.c169 ctx->internal->execute(ctx, filter_slice, &td, NULL, FFMIN(outlink->h, ctx->graph->nb_threads));
H A Davfilter.h1203 int nb_threads; member in struct:AVFilterGraph
H A Dvf_transpose.c253 ctx->internal->execute(ctx, filter_slice, &td, NULL, FFMIN(outlink->h, ctx->graph->nb_threads));
H A Dvf_blend.c285 ctx->internal->execute(ctx, filter_slice, &td, NULL, FFMIN(outh, ctx->graph->nb_threads));
H A Dvf_curves.c534 ctx->internal->execute(ctx, filter_slice, &td, NULL, FFMIN(outlink->h, ctx->graph->nb_threads));
H A Dvf_noise.c405 ctx->internal->execute(ctx, filter_slice, &td, NULL, FFMIN(n->height[0], ctx->graph->nb_threads));
H A Dvf_yadif.c243 ctx->internal->execute(ctx, filter_slice, &td, NULL, FFMIN(h, ctx->graph->nb_threads));
H A Davfiltergraph.c46 { "threads", "Maximum number of threads", OFFSET(nb_threads),
71 graph->nb_threads = 1;
H A Dvf_hqx.c501 ctx->internal->execute(ctx, hqx->func, &td, NULL, FFMIN(inlink->h, ctx->graph->nb_threads));
H A Dvf_rotate.c507 ctx->internal->execute(ctx, filter_slice, &td, NULL, FFMIN(outh, ctx->graph->nb_threads));
H A Dvf_lut3d.c532 ctx->internal->execute(ctx, lut3d->interp, &td, NULL, FFMIN(outlink->h, ctx->graph->nb_threads));

Completed in 125 milliseconds