Searched refs:ff_vc1_decode_entry_point (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vc1_parser.c | 75 ff_vc1_decode_entry_point(avctx, &vpc->v, &gb); in vc1_extract_header()
|
D | vc1.h | 410 int ff_vc1_decode_entry_point(AVCodecContext *avctx, VC1Context *v, GetBitContext *gb);
|
D | vc1dec.c | 505 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()
|
D | vc1.c | 509 int ff_vc1_decode_entry_point(AVCodecContext *avctx, VC1Context *v, GetBitContext *gb) in ff_vc1_decode_entry_point() function
|