|
FFmpeg
|
VC-1 and WMV3 decoder common code. More...
#include "libavutil/attributes.h"#include "internal.h"#include "avcodec.h"#include "mpegvideo.h"#include "vc1.h"#include "vc1data.h"#include "wmv2data.h"#include "unary.h"#include "simple_idct.h"Macros | |
| #define | INIT_LUT(lumscale, lumshift, luty, lutuv, chain) |
| #define | ROTATE(DEF, L, N, C, A) |
Functions | |
| int | ff_vc1_decode_sequence_header (AVCodecContext *avctx, VC1Context *v, GetBitContext *gb) |
| Decode Simple/Main Profiles sequence header. More... | |
| int | ff_vc1_decode_entry_point (AVCodecContext *avctx, VC1Context *v, GetBitContext *gb) |
| int | ff_vc1_parse_frame_header (VC1Context *v, GetBitContext *gb) |
| int | ff_vc1_parse_frame_header_adv (VC1Context *v, GetBitContext *gb) |
| av_cold int | ff_vc1_init_common (VC1Context *v) |
| Init VC-1 specific tables and VC1Context members. More... | |
VC-1 Bitplane decoding | |
| |
VC-1 and WMV3 decoder common code.
| #define INIT_LUT | ( | lumscale, | |
| lumshift, | |||
| luty, | |||
| lutuv, | |||
| chain | |||
| ) |
| #define ROTATE | ( | DEF, | |
| L, | |||
| N, | |||
| C, | |||
| A | |||
| ) |
| int ff_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 |
| av_cold int ff_vc1_init_common | ( | VC1Context * | v | ) |
Init VC-1 specific tables and VC1Context members.
| v | The VC1Context to initialize |
1.8.12