#include <stb_vorbis.h>
Public Attributes | |
| int | dimensions |
| int | entries |
| uint8 * | codeword_lengths |
| float | minimum_value |
| float | delta_value |
| uint8 | value_bits |
| uint8 | lookup_type |
| uint8 | sequence_p |
| uint8 | sparse |
| uint32 | lookup_values |
| codetype * | multiplicands |
| uint32 * | codewords |
| int16 | fast_huffman [FAST_HUFFMAN_TABLE_SIZE] |
| uint32 * | sorted_codewords |
| int * | sorted_values |
| int | sorted_entries |
| uint8* Codebook::codeword_lengths |
| uint32* Codebook::codewords |
| float Codebook::delta_value |
| int Codebook::dimensions |
| int Codebook::entries |
| int16 Codebook::fast_huffman[FAST_HUFFMAN_TABLE_SIZE] |
| uint8 Codebook::lookup_type |
| uint32 Codebook::lookup_values |
| float Codebook::minimum_value |
| codetype* Codebook::multiplicands |
| uint8 Codebook::sequence_p |
| uint32* Codebook::sorted_codewords |
| int Codebook::sorted_entries |
| int* Codebook::sorted_values |
| uint8 Codebook::sparse |
| uint8 Codebook::value_bits |
1.8.2