FFmpeg
Data Fields
CoefVLCTable Struct Reference

#include <wma.h>

Data Fields

int n
 total number of codes More...
 
int max_level
 
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

Definition at line 60 of file wma.h.

Field Documentation

◆ n

int CoefVLCTable::n

total number of codes

Definition at line 61 of file wma.h.

Referenced by init_coef_vlc().

◆ max_level

int CoefVLCTable::max_level

Definition at line 62 of file wma.h.

◆ huffcodes

const uint32_t* CoefVLCTable::huffcodes

VLC bit values.

Definition at line 63 of file wma.h.

Referenced by init_coef_vlc().

◆ huffbits

const uint8_t* CoefVLCTable::huffbits

VLC bit size.

Definition at line 64 of file wma.h.

Referenced by init_coef_vlc().

◆ levels

const uint16_t* CoefVLCTable::levels

table to build run/level tables

Definition at line 65 of file wma.h.

Referenced by init_coef_vlc().


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