/third_party/ffmpeg/libavutil/ |
D | slicethread.c | 51 … void (*worker_func)(void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads); 97 … void (*worker_func)(void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads), in avpriv_slicethread_create() argument 239 … void (*worker_func)(void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads), in avpriv_slicethread_create() argument
|
D | slicethread.h | 34 … void (*worker_func)(void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads),
|
/third_party/ffmpeg/libavcodec/ |
D | pthread_slice.c | 41 typedef int (action_func2)(AVCodecContext *c, void *arg, int jobnr, int threadnr); 70 static void worker_func(void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads) in worker_func() argument 77 : c->func2(avctx, c->args, jobnr, threadnr); in worker_func()
|
D | vp8.c | 2370 int jobnr, int threadnr, int is_vp7) in decode_mb_row_no_filter() argument 2373 VP8ThreadData *prev_td, *next_td, *td = &s->thread_data[threadnr]; in decode_mb_row_no_filter() 2421 if (threadnr != 0) { in decode_mb_row_no_filter() 2471 if (s->deblock_filter && num_jobs != 1 && threadnr == num_jobs - 1) { in decode_mb_row_no_filter() 2498 int jobnr, int threadnr) in vp7_decode_mb_row_no_filter() argument 2500 return decode_mb_row_no_filter(avctx, tdata, jobnr, threadnr, 1); in vp7_decode_mb_row_no_filter() 2504 int jobnr, int threadnr) in vp8_decode_mb_row_no_filter() argument 2506 return decode_mb_row_no_filter(avctx, tdata, jobnr, threadnr, 0); in vp8_decode_mb_row_no_filter() 2510 int jobnr, int threadnr, int is_vp7) in filter_mb_row() argument 2513 VP8ThreadData *td = &s->thread_data[threadnr]; in filter_mb_row() [all …]
|
D | vp8.h | 319 int (*decode_mb_row_no_filter)(AVCodecContext *avctx, void *tdata, int jobnr, int threadnr); 320 void (*filter_mb_row)(AVCodecContext *avctx, void *tdata, int jobnr, int threadnr);
|
D | thread.h | 104 int (*action_func2)(AVCodecContext *c, void *arg, int jobnr, int threadnr),
|
D | v410dec.c | 52 static int v410_decode_slice(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) in v410_decode_slice() argument
|
D | dsddec.c | 73 static int dsd_channel(AVCodecContext *avctx, void *tdata, int j, int threadnr) in dsd_channel() argument
|
D | dnxhdenc.c | 823 int jobnr, int threadnr) in dnxhd_calc_bits_thread() argument 829 ctx = ctx->thread[threadnr]; in dnxhd_calc_bits_thread() 880 int jobnr, int threadnr) in dnxhd_encode_thread() argument 884 ctx = ctx->thread[threadnr]; in dnxhd_encode_thread() 938 int jobnr, int threadnr) in dnxhd_mb_var_thread() argument 945 ctx = ctx->thread[threadnr]; in dnxhd_mb_var_thread()
|
D | magicyuv.c | 72 int j, int threadnr); 116 int j, int threadnr) in magy_decode_slice10() argument 248 int j, int threadnr) in magy_decode_slice() argument
|
D | v210dec.c | 106 static int v210_decode_slice(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) in v210_decode_slice() argument
|
D | avcodec.h | 1533 …xt *c, int (*func)(struct AVCodecContext *c2, void *arg, int jobnr, int threadnr), void *arg2, int…
|
D | hqx.c | 381 int slice_no, int threadnr) in decode_slice_thread() argument
|
D | proresenc_kostya.c | 961 int jobnr, int threadnr) in find_quant_thread() argument 964 ProresThreadData *td = ctx->tdata + threadnr; in find_quant_thread()
|
D | avcodec.c | 58 …cContext *c, int (*func)(AVCodecContext *c2, void *arg2, int jobnr, int threadnr), void *arg, int … in avcodec_default_execute2() argument
|
D | proresdec2.c | 644 static int decode_slice_thread(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) in decode_slice_thread() argument
|
D | vp56.c | 660 int jobnr, int threadnr) in ff_vp56_decode_mbs() argument
|
D | exr.c | 1182 int jobnr, int threadnr) in decode_block() argument 1186 EXRThreadData *td = &s->thread_data[threadnr]; in decode_block()
|
D | diracdec.c | 917 static int decode_hq_slice_row(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) in decode_hq_slice_row() argument 922 uint8_t *thread_buf = &s->thread_buf[s->thread_buf_size*threadnr]; in decode_hq_slice_row()
|
D | wavpack.c | 1621 static int dsd_channel(AVCodecContext *avctx, void *frmptr, int jobnr, int threadnr) in dsd_channel() argument
|
D | jpeg2000dec.c | 2089 int jobnr, int threadnr) in jpeg2000_decode_tile() argument
|
D | vp9.c | 1394 int threadnr) in decode_tiles_mt() argument
|
/third_party/ffmpeg/libavfilter/ |
D | pthread.c | 46 static void worker_func(void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads) in worker_func() argument
|
/third_party/ffmpeg/libswscale/ |
D | swscale.c | 1214 void ff_sws_slice_worker(void *priv, int jobnr, int threadnr, in ff_sws_slice_worker() argument 1218 SwsContext *c = parent->slice_ctx[threadnr]; in ff_sws_slice_worker() 1243 parent->slice_err[threadnr] = err; in ff_sws_slice_worker()
|
D | swscale_internal.h | 1138 void ff_sws_slice_worker(void *priv, int jobnr, int threadnr,
|