Home
last modified time | relevance | path

Searched defs:threadnr (Results 1 - 20 of 20) sorted by relevance

/third_party/ffmpeg/libavcodec/
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 Dv210dec.c106 static int v210_decode_slice(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) in v210_decode_slice() 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 Dpthread_slice.c70 static void worker_func(void *priv, int jobnr, int threadnr, int nb_jobs, int nb_threads) in worker_func() argument
H A Dhqx.c380 decode_slice_thread(AVCodecContext *avctx, void *arg, int slice_no, int threadnr) decode_slice_thread() argument
H A Dmagicyuv.c115 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 Dvp56.c659 ff_vp56_decode_mbs(AVCodecContext *avctx, void *data, int jobnr, int threadnr) ff_vp56_decode_mbs() 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 Ddnxhdenc.c822 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 Dvp9.c1393 decode_tiles_mt(AVCodecContext *avctx, void *tdata, int jobnr, int threadnr) decode_tiles_mt() argument
H A Djpeg2000dec.c2088 jpeg2000_decode_tile(AVCodecContext *avctx, void *td, int jobnr, int threadnr) jpeg2000_decode_tile() argument
H A Dproresenc_kostya.c960 find_quant_thread(AVCodecContext *avctx, void *arg, int jobnr, int threadnr) find_quant_thread() argument
H A Dwavpack.c1621 static int dsd_channel(AVCodecContext *avctx, void *frmptr, int jobnr, int threadnr) in dsd_channel() 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
H A Dexr.c1181 decode_block(AVCodecContext *avctx, void *tdata, int jobnr, int threadnr) decode_block() argument
H A Dvp8.c2369 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...]
/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/libavutil/
H A Dslicethread.c96 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
/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

Completed in 38 milliseconds