Home
last modified time | relevance | path

Searched defs:nb_threads (Results 1 – 17 of 17) sorted by relevance

/third_party/ffmpeg/libavutil/
Dslicethread.c37 int nb_threads; member
95 … void (*worker_func)(void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads), in avpriv_slicethread_create()
237 … void (*worker_func)(void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads), in avpriv_slicethread_create()
/third_party/ffmpeg/libavfilter/
Dpthread.c47 static void worker_func(void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads) in worker_func()
76 static int thread_init_internal(ThreadContext *c, int nb_threads) in thread_init_internal()
Dmedian.h40 int nb_threads; member
Dconvolution.h48 int nb_threads; member
Dunsharp.h51 int nb_threads; member
Dvf_colorconstancy.c82 int nb_threads; member
364 int src, int dst, int dim, int nb_threads) { in get_deriv()
384 int nb_threads = s->nb_threads; in get_derivative() local
Davfilter.h401 int nb_threads; member
869 int nb_threads; member
Dvf_unsharp.c257 static void free_filter_param(UnsharpFilterParam *fp, int nb_threads) in free_filter_param()
Dvf_avgblur.c212 const int nb_threads = ff_filter_get_nb_threads(ctx); in averageiir2d() local
Dvf_yaepblur.c227 const int nb_threads = ff_filter_get_nb_threads(ctx); in FILTER_SLICE() local
Dvf_gblur.c183 const int nb_threads = ff_filter_get_nb_threads(ctx); in gaussianiir2d() local
Dvf_w3fdif.c45 int nb_threads; member
Dvf_geq.c420 const int nb_threads = FFMIN(MAX_NB_THREADS, ff_filter_get_nb_threads(ctx)); in geq_filter_frame() local
Dvf_dctdnoiz.c49 int nb_threads; member
Dvf_bm3d.c115 int nb_threads; member
/third_party/ffmpeg/tools/
Dvenc_data_dump.c113 const char *filename, *thread_type = NULL, *nb_threads = NULL; in main() local
/third_party/ffmpeg/libavcodec/
Dpthread_slice.c65 static void worker_func(void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads) in worker_func()