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

Parameters for decoding the motion vectors. More...

#include <wmv2data.h>

Collaboration diagram for Video::WMV2MVTable:
Collaboration graph
[legend]

Public Attributes

uint32 count
 Number of motion vectors. More...
 
const Common::HuffmanTablehuffman
 Huffman decoder for the motion vectors. More...
 
const uint8diffX
 X difference. More...
 
const uint8diffY
 Y difference. More...
 

Detailed Description

Parameters for decoding the motion vectors.

Definition at line 80 of file wmv2data.h.

Member Data Documentation

◆ count

uint32 Video::WMV2MVTable::count

Number of motion vectors.

Definition at line 81 of file wmv2data.h.

◆ diffX

const uint8* Video::WMV2MVTable::diffX

X difference.

Definition at line 86 of file wmv2data.h.

◆ diffY

const uint8* Video::WMV2MVTable::diffY

Y difference.

Definition at line 87 of file wmv2data.h.

◆ huffman

const Common::HuffmanTable& Video::WMV2MVTable::huffman

Huffman decoder for the motion vectors.

Definition at line 84 of file wmv2data.h.

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


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