|
FFmpeg
|
VC-1 and WMV3 block decoding routines. More...
#include "avcodec.h"#include "mpegutils.h"#include "mpegvideo.h"#include "msmpeg4data.h"#include "unary.h"#include "vc1.h"#include "vc1_pred.h"#include "vc1acdata.h"#include "vc1data.h"Macros | |
| #define | MB_INTRA_VLC_BITS 9 |
| #define | DC_VLC_BITS 9 |
| #define | inc_blk_idx(idx) |
Functions | |
| void | ff_vc1_decode_blocks (VC1Context *v) |
VC-1 Bitplane decoding | |
| |
VC1 Macroblock-level functions in Simple/Main Profiles | |
| |
VC-1 Block-level functions | |
| |
| #define | GET_MQUANT() |
| Get macroblock-level quantizer scale. | |
| #define | GET_MVDATA(_dmv_x, _dmv_y) |
| Get MV differentials. More... | |
VC-1 and WMV3 block decoding routines.
| #define GET_MVDATA | ( | _dmv_x, | |
| _dmv_y | |||
| ) |
| #define inc_blk_idx | ( | idx | ) |
1.8.12