|
RetroArch
|
#include <stb_vorbis.h>
Public Attributes | |
| int | dimensions |
| int | entries |
| uint8_t * | codeword_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_codetype * | multiplicands |
| uint32_t * | codewords |
| int16_t | fast_huffman [FAST_HUFFMAN_TABLE_SIZE] |
| uint32_t * | sorted_codewords |
| int * | sorted_values |
| int | sorted_entries |
| uint8_t* Codebook::codeword_lengths |
| uint32_t* Codebook::codewords |
| float Codebook::delta_value |
| int Codebook::dimensions |
| int Codebook::entries |
| int16_t Codebook::fast_huffman[FAST_HUFFMAN_TABLE_SIZE] |
| uint8_t Codebook::lookup_type |
| uint32_t Codebook::lookup_values |
| float Codebook::minimum_value |
| stb_vorbis_codetype* Codebook::multiplicands |
| uint8_t Codebook::sequence_p |
| uint32_t* Codebook::sorted_codewords |
| int Codebook::sorted_entries |
| int* Codebook::sorted_values |
| uint8_t Codebook::sparse |
| uint8_t Codebook::value_bits |
1.8.15