Home
last modified time | relevance | path

Searched defs:nb_threads (Results 1 – 25 of 25) 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.h53 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.h404 int nb_threads; member
879 int nb_threads; member
Dvf_unsharp.c273 static void free_filter_param(UnsharpFilterParam *fp, int nb_threads) in free_filter_param()
Dvf_vif.c47 int nb_threads; member
318 const int nb_threads = FFMIN(h, gnb_threads); in ff_compute_vif2() local
Dvf_avgblur.c212 const int nb_threads = ff_filter_get_nb_threads(ctx); in averageiir2d() local
Dvf_blackdetect.c50 int nb_threads; member
Dvf_yaepblur.c227 const int nb_threads = ff_filter_get_nb_threads(ctx); in FILTER_SLICE() local
Dvf_gblur.c191 const int nb_threads = ff_filter_get_nb_threads(ctx); in gaussianiir2d() local
Dv360.h173 int nb_threads; member
Dvf_psnr.c54 int nb_threads; member
Dvf_identity.c48 int nb_threads; member
Dvf_estdif.c47 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_w3fdif.c47 int nb_threads; member
Dvf_ssim.c54 int nb_threads; member
Dvf_dctdnoiz.c50 int nb_threads; member
Dvf_bm3d.c115 int nb_threads; member
Dvf_nnedi.c77 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()