Home
last modified time | relevance | path

Searched refs:ff_vc1_decode_end (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvc1dec.c403 ff_vc1_decode_end(s->avctx); in ff_vc1_decode_init_alloc_tables()
541 ff_vc1_decode_end(avctx); in vc1_decode_init()
593 av_cold int ff_vc1_decode_end(AVCodecContext *avctx) in ff_vc1_decode_end() function
805 ff_vc1_decode_end(avctx); in vc1_decode_frame()
1211 .close = ff_vc1_decode_end,
1249 .close = ff_vc1_decode_end,
1288 .close = ff_vc1_decode_end,
1308 .close = ff_vc1_decode_end,
Dvc1.h418 int ff_vc1_decode_end(AVCodecContext *avctx);
Dmss2.c813 ff_vc1_decode_end(avctx); in mss2_decode_end()