Lines Matching defs:avctx
290 static int get_tiles_info(AVCodecContext *avctx, const AV1RawTileGroup *tile_group) in get_tiles_info()
335 static int get_pixel_format(AVCodecContext *avctx) in get_pixel_format()
475 static void av1_frame_unref(AVCodecContext *avctx, AV1Frame *f) in av1_frame_unref()
489 static int av1_frame_ref(AVCodecContext *avctx, AV1Frame *dst, const AV1Frame *src) in av1_frame_ref()
533 static av_cold int av1_decode_free(AVCodecContext *avctx) in av1_decode_free()
554 static int set_context_with_sequence(AVCodecContext *avctx, in set_context_with_sequence()
598 static int update_context_with_frame_header(AVCodecContext *avctx, in update_context_with_frame_header()
628 static av_cold int av1_decode_init(AVCodecContext *avctx) in av1_decode_init()
687 static int av1_frame_alloc(AVCodecContext *avctx, AV1Frame *f) in av1_frame_alloc()
744 static int export_film_grain(AVCodecContext *avctx, AVFrame *frame) in export_film_grain()
804 static int set_output_frame(AVCodecContext *avctx, AVFrame *frame, in set_output_frame()
837 static int update_reference_list(AVCodecContext *avctx) in update_reference_list()
857 static int get_current_frame(AVCodecContext *avctx) in get_current_frame()
886 static int av1_decode_frame(AVCodecContext *avctx, void *frame, in av1_decode_frame()
1094 static void av1_decode_flush(AVCodecContext *avctx) in av1_decode_flush()