xoreos  0.0.5
Public Attributes | List of all members
Sound::WMACoefHuffmanParam Struct Reference

Parameters for Huffman'd WMA coefficient codes. More...

#include <wmadata.h>

Public Attributes

int n
 Number of codes. More...
 
int maxLevel
 
const uint32huffCodes
 Bit values. More...
 
const uint8huffBits
 Bit sizes. More...
 
const uint16levels
 Table to build run/level tables. More...
 

Detailed Description

Parameters for Huffman'd WMA coefficient codes.

Definition at line 1372 of file wmadata.h.

Member Data Documentation

◆ huffBits

const uint8* Sound::WMACoefHuffmanParam::huffBits

Bit sizes.

Definition at line 1378 of file wmadata.h.

Referenced by Sound::WMACodec::initCoefHuffman().

◆ huffCodes

const uint32* Sound::WMACoefHuffmanParam::huffCodes

Bit values.

Definition at line 1377 of file wmadata.h.

Referenced by Sound::WMACodec::initCoefHuffman().

◆ levels

const uint16* Sound::WMACoefHuffmanParam::levels

Table to build run/level tables.

Definition at line 1379 of file wmadata.h.

Referenced by Sound::WMACodec::initCoefHuffman().

◆ maxLevel

int Sound::WMACoefHuffmanParam::maxLevel

Definition at line 1375 of file wmadata.h.

◆ n

int Sound::WMACoefHuffmanParam::n

Number of codes.

Definition at line 1373 of file wmadata.h.

Referenced by Sound::WMACodec::initCoefHuffman().


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