Searched defs:threadnr (Results 1 – 19 of 19) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | slicethread.c | 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/libavcodec/ |
D | dsddec.c | 72 static int dsd_channel(AVCodecContext *avctx, void *tdata, int j, int threadnr) in dsd_channel()
|
D | v410dec.c | 52 static int v410_decode_slice(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) in v410_decode_slice()
|
D | vp8.c | 2366 int jobnr, int threadnr, int is_vp7) in decode_mb_row_no_filter() 2494 int jobnr, int threadnr) in vp7_decode_mb_row_no_filter() 2500 int jobnr, int threadnr) in vp8_decode_mb_row_no_filter() 2506 int jobnr, int threadnr, int is_vp7) in filter_mb_row() 2565 int jobnr, int threadnr) in vp7_filter_mb_row() 2571 int jobnr, int threadnr) in vp8_filter_mb_row() 2578 int threadnr, int is_vp7) in vp78_decode_mb_row_sliced() 2612 int jobnr, int threadnr) in vp7_decode_mb_row_sliced() 2618 int jobnr, int threadnr) in vp8_decode_mb_row_sliced()
|
D | v210dec.c | 81 static int v210_decode_slice(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) in v210_decode_slice()
|
D | dnxhdenc.c | 830 int jobnr, int threadnr) in dnxhd_calc_bits_thread() 887 int jobnr, int threadnr) in dnxhd_encode_thread() 944 int jobnr, int threadnr) in dnxhd_mb_var_thread()
|
D | magicyuv.c | 115 int j, int threadnr) in magy_decode_slice10() 247 int j, int threadnr) in magy_decode_slice()
|
D | avcodec.c | 80 …decContext *c, int (*func)(AVCodecContext *c2, void *arg2, int jobnr, int threadnr), void *arg, in… in avcodec_default_execute2()
|
D | pthread_slice.c | 65 static void worker_func(void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads) in worker_func()
|
D | hqx.c | 381 int slice_no, int threadnr) in decode_slice_thread()
|
D | vp56.c | 660 int jobnr, int threadnr) in ff_vp56_decode_mbs()
|
D | proresdec2.c | 618 static int decode_slice_thread(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) in decode_slice_thread()
|
D | vp9.c | 1395 int threadnr) in decode_tiles_mt()
|
D | wavpack.c | 1615 static int dsd_channel(AVCodecContext *avctx, void *frmptr, int jobnr, int threadnr) in dsd_channel()
|
D | proresenc_kostya.c | 975 int jobnr, int threadnr) in find_quant_thread()
|
D | jpeg2000dec.c | 2079 int jobnr, int threadnr) in jpeg2000_decode_tile()
|
D | exr.c | 1181 int jobnr, int threadnr) in decode_block()
|
D | diracdec.c | 916 static int decode_hq_slice_row(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) in decode_hq_slice_row()
|
/third_party/ffmpeg/libavfilter/ |
D | pthread.c | 47 static void worker_func(void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads) in worker_func()
|