Lines Matching defs:avctx
60 AVCodecContext *avctx = priv; in main_function() local
67 AVCodecContext *avctx = priv; in worker_func() local
77 void ff_slice_thread_free(AVCodecContext *avctx) in ff_slice_thread_free()
95 static int thread_execute(AVCodecContext *avctx, action_func* func, void *arg, int *ret, int job_co… in thread_execute()
114 static int thread_execute2(AVCodecContext *avctx, action_func2* func2, void *arg, int *ret, int job… in thread_execute2()
121 int ff_slice_thread_execute_with_mainfunc(AVCodecContext *avctx, action_func2* func2, main_func *ma… in ff_slice_thread_execute_with_mainfunc()
129 int ff_slice_thread_init(AVCodecContext *avctx) in ff_slice_thread_init()
174 void ff_thread_report_progress2(AVCodecContext *avctx, int field, int thread, int n) in ff_thread_report_progress2()
185 void ff_thread_await_progress2(AVCodecContext *avctx, int field, int thread, int shift) in ff_thread_await_progress2()
201 int ff_alloc_entries(AVCodecContext *avctx, int count) in ff_alloc_entries()
238 void ff_reset_entries(AVCodecContext *avctx) in ff_reset_entries()