xoreos  0.0.5
Public Attributes | List of all members
Video::XMVWMV2Codec::BlockContext Struct Reference

Context for decoding a block. More...

Collaboration diagram for Video::XMVWMV2Codec::BlockContext:
Collaboration graph
[legend]

Public Attributes

const byterefPlane
 
bytecurPlane
 
int32acQuantTop
 
int32acQuantLeft
 
int32dcTopLeft
 
ACDecoder ** decoderAC
 
Common::Huffman ** huffDC
 
uint32 dcEscapeCode
 
bool hasACCoeffs
 
uint32 planePitch
 
uint32 blockPitch
 

Detailed Description

Context for decoding a block.

Definition at line 111 of file xmvwmv2.h.

Member Data Documentation

◆ acQuantLeft

int32* Video::XMVWMV2Codec::BlockContext::acQuantLeft

◆ acQuantTop

int32* Video::XMVWMV2Codec::BlockContext::acQuantTop

◆ blockPitch

uint32 Video::XMVWMV2Codec::BlockContext::blockPitch

Definition at line 128 of file xmvwmv2.h.

Referenced by Video::XMVWMV2Codec::initDecodeContext().

◆ curPlane

byte* Video::XMVWMV2Codec::BlockContext::curPlane

◆ dcEscapeCode

uint32 Video::XMVWMV2Codec::BlockContext::dcEscapeCode

◆ dcTopLeft

int32* Video::XMVWMV2Codec::BlockContext::dcTopLeft

◆ decoderAC

ACDecoder** Video::XMVWMV2Codec::BlockContext::decoderAC

◆ hasACCoeffs

bool Video::XMVWMV2Codec::BlockContext::hasACCoeffs

◆ huffDC

Common::Huffman** Video::XMVWMV2Codec::BlockContext::huffDC

◆ planePitch

uint32 Video::XMVWMV2Codec::BlockContext::planePitch

◆ refPlane

const byte* Video::XMVWMV2Codec::BlockContext::refPlane

Definition at line 112 of file xmvwmv2.h.

Referenced by Video::XMVWMV2Codec::initDecodeContext().


The documentation for this struct was generated from the following file: