paraslash Paraslash Audio Streaming
About   News   Download   Documentation   Development

Data Fields
coef_vlc_table Struct Reference

Contains huffcodes, huffbits and run/level tables. More...

#include <wmadata.h>

Data Fields

int n
 Total number of codes. More...
 
const uint32_t * huffcodes
 VLC bit values. More...
 
const uint8_t * huffbits
 VLC bit size. More...
 
const uint16_t * levels
 Table to build run/level tables. More...
 

Detailed Description

Contains huffcodes, huffbits and run/level tables.

Field Documentation

◆ n

int n

Total number of codes.

◆ huffcodes

const uint32_t* huffcodes

VLC bit values.

◆ huffbits

const uint8_t* huffbits

VLC bit size.

◆ levels

const uint16_t* levels

Table to build run/level tables.


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