Lines Matching refs:AVCodecContext
40 typedef int (action_func)(AVCodecContext *c, void *arg);
41 typedef int (action_func2)(AVCodecContext *c, void *arg, int jobnr, int threadnr);
42 typedef int (main_func)(AVCodecContext *c);
65 AVCodecContext *avctx = priv;
72 AVCodecContext *avctx = priv;
82 void ff_slice_thread_free(AVCodecContext *avctx)
100 static int thread_execute(AVCodecContext *avctx, action_func* func, void *arg, int *ret, int job_count, int job_size)
119 static int thread_execute2(AVCodecContext *avctx, action_func2* func2, void *arg, int *ret, int job_count)
126 int ff_slice_thread_execute_with_mainfunc(AVCodecContext *avctx, action_func2* func2, main_func *mainfunc, void *arg, int *ret, int job_count)
134 int ff_slice_thread_init(AVCodecContext *avctx)
179 int av_cold ff_slice_thread_init_progress(AVCodecContext *avctx)
210 void ff_thread_report_progress2(AVCodecContext *avctx, int field, int thread, int n)
222 void ff_thread_await_progress2(AVCodecContext *avctx, int field, int thread, int shift)
240 int ff_alloc_entries(AVCodecContext *avctx, int count)
260 void ff_reset_entries(AVCodecContext *avctx)