ff_vc1_decode_entry_point  412 libavcodec/vc1.h int ff_vc1_decode_entry_point(AVCodecContext *avctx, VC1Context *v, GetBitContext *gb);
ff_vc1_decode_entry_point   76 libavcodec/vc1_parser.c         ff_vc1_decode_entry_point(avctx, &vpc->v, &gb);
ff_vc1_decode_entry_point  500 libavcodec/vc1dec.c                 if ((ret = ff_vc1_decode_entry_point(avctx, v, &gb)) < 0) {
ff_vc1_decode_entry_point  723 libavcodec/vc1dec.c                     ff_vc1_decode_entry_point(avctx, v, &s->gb);