#include "internal.h"
#include "dsputil.h"
#include "avcodec.h"
#include "mpegvideo.h"
#include "vc1.h"
#include "vc1data.h"
#include "msmpeg4data.h"
#include "unary.h"
#include "simple_idct.h"
#include <assert.h>
Go to the source code of this file.
Definition in file vc1.c.
static int decode_sequence_header_adv | ( | VC1Context * | v, | |
GetBitContext * | gb | |||
) | [static] |
int vc1_decode_entry_point | ( | AVCodecContext * | avctx, | |
VC1Context * | v, | |||
GetBitContext * | gb | |||
) |
Definition at line 512 of file vc1.c.
Referenced by vc1_decode_frame(), vc1_decode_init(), and vc1_extract_headers().
int vc1_decode_sequence_header | ( | AVCodecContext * | avctx, | |
VC1Context * | v, | |||
GetBitContext * | gb | |||
) |
Decode Simple/Main Profiles sequence header.
avctx | Codec context | |
gb | GetBit context initialized from Codec context extra_data |
Definition at line 290 of file vc1.c.
Referenced by vc1_decode_init(), and vc1_extract_headers().
int vc1_parse_frame_header | ( | VC1Context * | v, | |
GetBitContext * | gb | |||
) |
int vc1_parse_frame_header_adv | ( | VC1Context * | v, | |
GetBitContext * | gb | |||
) |
static int vop_dquant_decoding | ( | VC1Context * | v | ) | [static] |
VOP Dquant decoding.
v | VC-1 Context |
Definition at line 240 of file vc1.c.
Referenced by vc1_parse_frame_header(), and vc1_parse_frame_header_adv().