Searched refs:vpc (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvc1_parser.c64 VC1ParseContext *vpc = s->priv_data; local
67 vpc->v.s.avctx = avctx;
68 vpc->v.parse_only = 1;
70 switch (vpc->prev_start_code) {
72 ff_vc1_decode_sequence_header(avctx, &vpc->v, &gb);
75 ff_vc1_decode_entry_point(avctx, &vpc->v, &gb);
78 if(vpc->v.profile < PROFILE_ADVANCED)
79 ret = ff_vc1_parse_frame_header (&vpc->v, &gb);
81 ret = ff_vc1_parse_frame_header_adv(&vpc->v, &gb);
87 if (vpc
125 VC1ParseContext *vpc = s->priv_data; local
271 VC1ParseContext *vpc = s->priv_data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvc1_parser.c40 VC1ParseContext *vpc = s->priv_data; local
45 vpc->v.s.avctx = avctx;
46 vpc->v.parse_only = 1;
60 vc1_decode_sequence_header(avctx, &vpc->v, &gb);
63 vc1_decode_entry_point(avctx, &vpc->v, &gb);
66 if(vpc->v.profile < PROFILE_ADVANCED)
67 vc1_parse_frame_header (&vpc->v, &gb);
69 vc1_parse_frame_header_adv(&vpc->v, &gb);
72 if (vpc->v.s.pict_type == AV_PICTURE_TYPE_BI)
75 s->pict_type = vpc
145 VC1ParseContext *vpc = s->priv_data; local
189 VC1ParseContext *vpc = s->priv_data; local
[all...]

Completed in 106 milliseconds