Home
last modified time | relevance | path

Searched defs:threadnr (Results 1 – 19 of 19) sorted by relevance

/third_party/ffmpeg/libavutil/
Dslicethread.c95 … 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/
Ddsddec.c72 static int dsd_channel(AVCodecContext *avctx, void *tdata, int j, int threadnr) in dsd_channel()
Dv410dec.c52 static int v410_decode_slice(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) in v410_decode_slice()
Dvp8.c2366 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()
Dv210dec.c81 static int v210_decode_slice(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) in v210_decode_slice()
Ddnxhdenc.c830 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()
Dmagicyuv.c115 int j, int threadnr) in magy_decode_slice10()
247 int j, int threadnr) in magy_decode_slice()
Davcodec.c80 …decContext *c, int (*func)(AVCodecContext *c2, void *arg2, int jobnr, int threadnr), void *arg, in… in avcodec_default_execute2()
Dpthread_slice.c65 static void worker_func(void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads) in worker_func()
Dhqx.c381 int slice_no, int threadnr) in decode_slice_thread()
Dvp56.c660 int jobnr, int threadnr) in ff_vp56_decode_mbs()
Dproresdec2.c618 static int decode_slice_thread(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) in decode_slice_thread()
Dvp9.c1395 int threadnr) in decode_tiles_mt()
Dwavpack.c1615 static int dsd_channel(AVCodecContext *avctx, void *frmptr, int jobnr, int threadnr) in dsd_channel()
Dproresenc_kostya.c975 int jobnr, int threadnr) in find_quant_thread()
Djpeg2000dec.c2079 int jobnr, int threadnr) in jpeg2000_decode_tile()
Dexr.c1181 int jobnr, int threadnr) in decode_block()
Ddiracdec.c916 static int decode_hq_slice_row(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) in decode_hq_slice_row()
/third_party/ffmpeg/libavfilter/
Dpthread.c47 static void worker_func(void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads) in worker_func()