Home
last modified time | relevance | path

Searched refs:threadnr (Results 1 - 25 of 25) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dslicethread.c51 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 Dslicethread.h34 void (*worker_func)(void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads),
/third_party/ffmpeg/libavcodec/
H A Dvp8.c2370 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 Dpthread_slice.c41 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 Dvp8.h319 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 Dthread.h104 int (*action_func2)(AVCodecContext *c, void *arg, int jobnr, int threadnr),
H A Ddsddec.c73 static int dsd_channel(AVCodecContext *avctx, void *tdata, int j, int threadnr) in dsd_channel() argument
H A Dv410dec.c52 static int v410_decode_slice(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) in v410_decode_slice() argument
H A Dmagicyuv.c72 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 Ddnxhdenc.c823 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 Dv210dec.c106 static int v210_decode_slice(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) in v210_decode_slice() argument
H A Davcodec.h1526 * 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 Dhqx.c381 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 Davcodec.c58 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 Dproresdec2.c644 static int decode_slice_thread(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) in decode_slice_thread() argument
H A Dproresenc_kostya.c961 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 Dexr.c1182 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 Dvp56.c660 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 Ddiracdec.c917 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 Dwavpack.c1621 static int dsd_channel(AVCodecContext *avctx, void *frmptr, int jobnr, int threadnr) in dsd_channel() argument
H A Djpeg2000dec.c2089 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 Dvp9.c1394 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 Dpthread.c46 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 Dswscale.c1214 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 Dswscale_internal.h1138 void ff_sws_slice_worker(void *priv, int jobnr, int threadnr,

Completed in 45 milliseconds