FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
CoefVLCTable Struct Reference

#include <wma.h>

Data Fields

int n
 total number of codes
 
int max_level
 
const uint32_t * huffcodes
 VLC bit values.
 
const uint8_thuffbits
 VLC bit size.
 
const uint16_t * levels
 table to build run/level tables
 

Detailed Description

Definition at line 59 of file wma.h.

Field Documentation

int CoefVLCTable::n

total number of codes

Definition at line 60 of file wma.h.

Referenced by init_coef_vlc().

int CoefVLCTable::max_level

Definition at line 61 of file wma.h.

const uint32_t* CoefVLCTable::huffcodes

VLC bit values.

Definition at line 62 of file wma.h.

Referenced by encode_block(), and init_coef_vlc().

const uint8_t* CoefVLCTable::huffbits

VLC bit size.

Definition at line 63 of file wma.h.

Referenced by encode_block(), and init_coef_vlc().

const uint16_t* CoefVLCTable::levels

table to build run/level tables

Definition at line 64 of file wma.h.

Referenced by init_coef_vlc().


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