ff_vc1_decode_entry_point 408 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 504 libavcodec/vc1dec.c if ((ret = ff_vc1_decode_entry_point(avctx, v, &gb)) < 0) { ff_vc1_decode_entry_point 699 libavcodec/vc1dec.c ff_vc1_decode_entry_point(avctx, v, &s->gb);