xoreos
0.0.5
|
Context for decoding a block. More...
Public Attributes | |
const byte * | refPlane |
byte * | curPlane |
int32 * | acQuantTop |
int32 * | acQuantLeft |
int32 * | dcTopLeft |
ACDecoder ** | decoderAC |
Common::Huffman ** | huffDC |
uint32 | dcEscapeCode |
bool | hasACCoeffs |
uint32 | planePitch |
uint32 | blockPitch |
int32* Video::XMVWMV2Codec::BlockContext::acQuantLeft |
Definition at line 116 of file xmvwmv2.h.
Referenced by Video::XMVWMV2Codec::DecodeContext::DecodeContext(), Video::XMVWMV2Codec::decodeIBlock(), and Video::XMVWMV2Codec::decodeIMacroBlock().
int32* Video::XMVWMV2Codec::BlockContext::acQuantTop |
Definition at line 115 of file xmvwmv2.h.
Referenced by Video::XMVWMV2Codec::decodeIBlock(), and Video::XMVWMV2Codec::decodeIMacroBlock().
uint32 Video::XMVWMV2Codec::BlockContext::blockPitch |
Definition at line 128 of file xmvwmv2.h.
Referenced by Video::XMVWMV2Codec::initDecodeContext().
byte* Video::XMVWMV2Codec::BlockContext::curPlane |
Definition at line 113 of file xmvwmv2.h.
Referenced by Video::XMVWMV2Codec::decodeIBlock(), and Video::XMVWMV2Codec::initDecodeContext().
uint32 Video::XMVWMV2Codec::BlockContext::dcEscapeCode |
Definition at line 123 of file xmvwmv2.h.
Referenced by Video::XMVWMV2Codec::DecodeContext::DecodeContext(), and Video::XMVWMV2Codec::decodeIBlock().
int32* Video::XMVWMV2Codec::BlockContext::dcTopLeft |
Definition at line 118 of file xmvwmv2.h.
Referenced by Video::XMVWMV2Codec::DecodeContext::DecodeContext(), Video::XMVWMV2Codec::decodeIBlock(), and Video::XMVWMV2Codec::decodeIMacroBlock().
ACDecoder** Video::XMVWMV2Codec::BlockContext::decoderAC |
Definition at line 120 of file xmvwmv2.h.
Referenced by Video::XMVWMV2Codec::DecodeContext::DecodeContext(), and Video::XMVWMV2Codec::decodeIBlock().
bool Video::XMVWMV2Codec::BlockContext::hasACCoeffs |
Definition at line 125 of file xmvwmv2.h.
Referenced by Video::XMVWMV2Codec::DecodeContext::DecodeContext(), Video::XMVWMV2Codec::decodeIBlock(), and Video::XMVWMV2Codec::decodeIMacroBlock().
Common::Huffman** Video::XMVWMV2Codec::BlockContext::huffDC |
Definition at line 121 of file xmvwmv2.h.
Referenced by Video::XMVWMV2Codec::DecodeContext::DecodeContext(), and Video::XMVWMV2Codec::decodeIBlock().
uint32 Video::XMVWMV2Codec::BlockContext::planePitch |
Definition at line 127 of file xmvwmv2.h.
Referenced by Video::XMVWMV2Codec::decodeIBlock(), and Video::XMVWMV2Codec::initDecodeContext().
const byte* Video::XMVWMV2Codec::BlockContext::refPlane |
Definition at line 112 of file xmvwmv2.h.
Referenced by Video::XMVWMV2Codec::initDecodeContext().