/third_party/ffmpeg/libavutil/ |
H A 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() 239 void (*worker_func)(void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads), in avpriv_slicethread_create() 96 avpriv_slicethread_create(AVSliceThread **pctx, void *priv, void (*worker_func)(void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads), void (*main_func)(void *priv), int nb_threads) avpriv_slicethread_create() argument 238 avpriv_slicethread_create(AVSliceThread **pctx, void *priv, void (*worker_func)(void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads), void (*main_func)(void *priv), int nb_threads) avpriv_slicethread_create() argument
|
H A D | slicethread.h | 34 void (*worker_func)(void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads),
|
/third_party/ffmpeg/libavcodec/ |
H A D | vp8.c | 2370 int jobnr, int threadnr, int is_vp7) in decode_mb_row_no_filter() 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() 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() 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() 2513 VP8ThreadData *td = &s->thread_data[threadnr]; in filter_mb_row() 2369 decode_mb_row_no_filter(AVCodecContext *avctx, void *tdata, int jobnr, int threadnr, int is_vp7) decode_mb_row_no_filter() argument 2497 vp7_decode_mb_row_no_filter(AVCodecContext *avctx, void *tdata, int jobnr, int threadnr) vp7_decode_mb_row_no_filter() argument 2503 vp8_decode_mb_row_no_filter(AVCodecContext *avctx, void *tdata, int jobnr, int threadnr) vp8_decode_mb_row_no_filter() argument 2509 filter_mb_row(AVCodecContext *avctx, void *tdata, int jobnr, int threadnr, int is_vp7) filter_mb_row() argument 2568 vp7_filter_mb_row(AVCodecContext *avctx, void *tdata, int jobnr, int threadnr) vp7_filter_mb_row() argument 2574 vp8_filter_mb_row(AVCodecContext *avctx, void *tdata, int jobnr, int threadnr) vp8_filter_mb_row() argument 2581 vp78_decode_mb_row_sliced(AVCodecContext *avctx, void *tdata, int jobnr, int threadnr, int is_vp7) vp78_decode_mb_row_sliced() argument 2615 vp7_decode_mb_row_sliced(AVCodecContext *avctx, void *tdata, int jobnr, int threadnr) vp7_decode_mb_row_sliced() argument 2621 vp8_decode_mb_row_sliced(AVCodecContext *avctx, void *tdata, int jobnr, int threadnr) vp8_decode_mb_row_sliced() argument [all...] |
H A 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()
|
H A 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);
|
H A D | thread.h | 104 int (*action_func2)(AVCodecContext *c, void *arg, int jobnr, int threadnr),
|
H A D | dsddec.c | 73 static int dsd_channel(AVCodecContext *avctx, void *tdata, int j, int threadnr) in dsd_channel() argument
|
H A D | v410dec.c | 52 static int v410_decode_slice(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) in v410_decode_slice() argument
|
H A D | magicyuv.c | 72 int j, int threadnr); 116 int j, int threadnr) in magy_decode_slice10() 248 int j, int threadnr) in magy_decode_slice() 115 magy_decode_slice10(AVCodecContext *avctx, void *tdata, int j, int threadnr) magy_decode_slice10() argument 247 magy_decode_slice(AVCodecContext *avctx, void *tdata, int j, int threadnr) magy_decode_slice() argument
|
H A D | dnxhdenc.c | 823 int jobnr, int threadnr) in dnxhd_calc_bits_thread() 829 ctx = ctx->thread[threadnr]; in dnxhd_calc_bits_thread() 880 int jobnr, int threadnr) in dnxhd_encode_thread() 884 ctx = ctx->thread[threadnr]; in dnxhd_encode_thread() 938 int jobnr, int threadnr) in dnxhd_mb_var_thread() 945 ctx = ctx->thread[threadnr]; in dnxhd_mb_var_thread() 822 dnxhd_calc_bits_thread(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) dnxhd_calc_bits_thread() argument 879 dnxhd_encode_thread(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) dnxhd_encode_thread() argument 937 dnxhd_mb_var_thread(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) dnxhd_mb_var_thread() argument
|
H A D | v210dec.c | 106 static int v210_decode_slice(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) in v210_decode_slice() argument
|
H A D | avcodec.h | 1526 * threadnr will be in the range 0 to c->thread_count-1 < MAX_THREADS and so that no 1527 * two instances of func executing at the same time will have the same threadnr. 1533 int (*execute2)(struct AVCodecContext *c, int (*func)(struct AVCodecContext *c2, void *arg, int jobnr, int threadnr), void *arg2, int *ret, int count);
|
H A D | hqx.c | 381 int slice_no, int threadnr) in decode_slice_thread() 380 decode_slice_thread(AVCodecContext *avctx, void *arg, int slice_no, int threadnr) decode_slice_thread() argument
|
H A D | avcodec.c | 58 int avcodec_default_execute2(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2, int jobnr, int threadnr), void *arg, int *ret, int count) in avcodec_default_execute2() argument
|
H A D | proresdec2.c | 644 static int decode_slice_thread(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) in decode_slice_thread() argument
|
H A D | proresenc_kostya.c | 961 int jobnr, int threadnr) in find_quant_thread() 964 ProresThreadData *td = ctx->tdata + threadnr; in find_quant_thread() 960 find_quant_thread(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) find_quant_thread() argument
|
H A D | exr.c | 1182 int jobnr, int threadnr) in decode_block() 1186 EXRThreadData *td = &s->thread_data[threadnr]; in decode_block() 1181 decode_block(AVCodecContext *avctx, void *tdata, int jobnr, int threadnr) decode_block() argument
|
H A D | vp56.c | 660 int jobnr, int threadnr) in ff_vp56_decode_mbs() 659 ff_vp56_decode_mbs(AVCodecContext *avctx, void *data, int jobnr, int threadnr) ff_vp56_decode_mbs() argument
|
H A 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()
|
H A D | wavpack.c | 1621 static int dsd_channel(AVCodecContext *avctx, void *frmptr, int jobnr, int threadnr) in dsd_channel() argument
|
H A D | jpeg2000dec.c | 2089 int jobnr, int threadnr) in jpeg2000_decode_tile() 2088 jpeg2000_decode_tile(AVCodecContext *avctx, void *td, int jobnr, int threadnr) jpeg2000_decode_tile() argument
|
H A D | vp9.c | 1394 int threadnr) in decode_tiles_mt() 1393 decode_tiles_mt(AVCodecContext *avctx, void *tdata, int jobnr, int threadnr) decode_tiles_mt() argument
|
/third_party/ffmpeg/libavfilter/ |
H A 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/ |
H A 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()
|
H A D | swscale_internal.h | 1138 void ff_sws_slice_worker(void *priv, int jobnr, int threadnr,
|