Home
last modified time | relevance | path

Searched refs:ff_vc1_decode_entry_point (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvc1_parser.c75 ff_vc1_decode_entry_point(avctx, &vpc->v, &gb); in vc1_extract_header()
Dvc1.h410 int ff_vc1_decode_entry_point(AVCodecContext *avctx, VC1Context *v, GetBitContext *gb);
Dvc1dec.c505 if ((ret = ff_vc1_decode_entry_point(avctx, v, &gb)) < 0) { in vc1_decode_init()
714 ff_vc1_decode_entry_point(avctx, v, &s->gb); in vc1_decode_frame()
Dvc1.c509 int ff_vc1_decode_entry_point(AVCodecContext *avctx, VC1Context *v, GetBitContext *gb) in ff_vc1_decode_entry_point() function