paraslash Paraslash Audio Streaming
About   News   Download   Documentation   Development

Data Fields
vlc Struct Reference

A variable length code table. More...

#include <bitstream.h>

Data Fields

int bits
 Number of bits of the table. More...
 
int16_t(* table )[2]
 The code and the bits table. More...
 
int table_size
 The size of the table. More...
 
int table_allocated
 Amount of memory allocated so far. More...
 

Detailed Description

A variable length code table.

Field Documentation

◆ bits

int bits

Number of bits of the table.

Referenced by init_vlc().

◆ table

int16_t(* table)[2]

The code and the bits table.

Referenced by free_vlc(), and init_vlc().

◆ table_size

int table_size

The size of the table.

Referenced by init_vlc().

◆ table_allocated

int table_allocated

Amount of memory allocated so far.

Referenced by init_vlc().


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