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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvc1.h466 int ff_vc1_decode_entry_point(AVCodecContext *avctx, VC1Context *v, GetBitContext *gb);
H A Dvc1_parser.c75 ff_vc1_decode_entry_point(avctx, &vpc->v, &gb);
H A Dvc1.c520 int ff_vc1_decode_entry_point(AVCodecContext *avctx, VC1Context *v, GetBitContext *gb) function
H A Dvc1dec.c5708 if ((ret = ff_vc1_decode_entry_point(avctx, v, &gb)) < 0) {
5896 ff_vc1_decode_entry_point(avctx, v, &s->gb);

Completed in 48 milliseconds