RetroArch
Public Attributes | List of all members
Codebook Struct Reference

#include <stb_vorbis.h>

Collaboration diagram for Codebook:
[legend]

Public Attributes

int dimensions
 
int entries
 
uint8_tcodeword_lengths
 
float minimum_value
 
float delta_value
 
uint8_t value_bits
 
uint8_t lookup_type
 
uint8_t sequence_p
 
uint8_t sparse
 
uint32_t lookup_values
 
stb_vorbis_codetypemultiplicands
 
uint32_tcodewords
 
int16_t fast_huffman [FAST_HUFFMAN_TABLE_SIZE]
 
uint32_tsorted_codewords
 
int * sorted_values
 
int sorted_entries
 

Member Data Documentation

◆ codeword_lengths

uint8_t* Codebook::codeword_lengths

◆ codewords

uint32_t* Codebook::codewords

◆ delta_value

float Codebook::delta_value

◆ dimensions

int Codebook::dimensions

◆ entries

int Codebook::entries

◆ fast_huffman

int16_t Codebook::fast_huffman[FAST_HUFFMAN_TABLE_SIZE]

◆ lookup_type

uint8_t Codebook::lookup_type

◆ lookup_values

uint32_t Codebook::lookup_values

◆ minimum_value

float Codebook::minimum_value

◆ multiplicands

stb_vorbis_codetype* Codebook::multiplicands

◆ sequence_p

uint8_t Codebook::sequence_p

◆ sorted_codewords

uint32_t* Codebook::sorted_codewords

◆ sorted_entries

int Codebook::sorted_entries

◆ sorted_values

int* Codebook::sorted_values

◆ sparse

uint8_t Codebook::sparse

◆ value_bits

uint8_t Codebook::value_bits

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