Home
last modified time | relevance | path

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

12

/third_party/ffmpeg/libavutil/
Dslicethread.c39 int nb_threads; member
97 … void (*worker_func)(void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads), in avpriv_slicethread_create()
239 … void (*worker_func)(void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads), in avpriv_slicethread_create()
/third_party/ffmpeg/libavfilter/
Dpthread.c46 static void worker_func(void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads) in worker_func()
75 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
Dvf_colorconstancy.c84 int nb_threads; member
367 int src, int dst, int dim, int nb_threads) { in get_deriv()
388 int nb_threads = s->nb_threads; in get_derivative() local
Dunsharp.h57 int nb_threads; member
Davfilter.h471 int nb_threads; member
897 int nb_threads; member
Dvf_unsharp.c273 static void free_filter_param(UnsharpFilterParam *fp, int nb_threads) in free_filter_param()
Dvf_w3fdif.c47 int nb_threads; member
278 int ret, i, depth, nb_threads; in config_input() local
Dvf_vif.c48 int nb_threads; member
319 const int nb_threads = FFMIN(h, gnb_threads); in compute_vif2() local
Dvf_blackdetect.c50 int nb_threads; member
Dvf_yaepblur.c222 const int nb_threads = ff_filter_get_nb_threads(ctx); in FILTER_SLICE() local
Dvf_gblur.c125 const int nb_threads = ff_filter_get_nb_threads(ctx); in gaussianiir2d() local
Dvf_mix.c40 int nb_threads; member
Dvf_xmedian.c41 int nb_threads; member
Dvf_bilateral.c39 int nb_threads; member
Dvf_identity.c50 int nb_threads; member
Dvf_estdif.c50 int nb_threads; member
Dvf_psnr.c54 int nb_threads; member
Dv360.h176 int nb_threads; member
Dvf_geq.c450 const int nb_threads = FFMIN(MAX_NB_THREADS, ff_filter_get_nb_threads(ctx)); in geq_filter_frame() local
Dvf_ssim.c54 int nb_threads; member
Dvf_colorcorrect.c400 …const int nb_threads = s->analyze == MEDIAN ? 1 : FFMIN(s->planeheight[1], ff_filter_get_nb_thread… in filter_frame() local
/third_party/ffmpeg/tools/
Dvenc_data_dump.c74 const char *filename, *thread_type = NULL, *nb_threads = NULL; in main() local
/third_party/ffmpeg/libavcodec/
Dpthread_slice.c70 static void worker_func(void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads) in worker_func()

12