Go to the source code of this file.
|
| void | vorbis_staticbook_destroy (static_codebook *b) |
| int | vorbis_book_init_encode (codebook *dest, const static_codebook *source) |
| int | vorbis_book_init_decode (codebook *dest, const static_codebook *source) |
| void | vorbis_book_clear (codebook *b) |
| float * | _book_unquantize (const static_codebook *b, int n, int *map) |
| float * | _book_logdist (const static_codebook *b, float *vals) |
| float | _float32_unpack (long val) |
| long | _float32_pack (float val) |
| int | _best (codebook *book, float *a, int step) |
| long | _book_maptype1_quantvals (const static_codebook *b) |
| int | vorbis_book_besterror (codebook *book, float *a, int step, int addmul) |
| long | vorbis_book_codeword (codebook *book, int entry) |
| long | vorbis_book_codelen (codebook *book, int entry) |
| int | vorbis_staticbook_pack (const static_codebook *c, oggpack_buffer *b) |
| static_codebook * | vorbis_staticbook_unpack (oggpack_buffer *b) |
| int | vorbis_book_encode (codebook *book, int a, oggpack_buffer *b) |
| long | vorbis_book_decode (codebook *book, oggpack_buffer *b) |
| long | vorbis_book_decodevs_add (codebook *book, float *a, oggpack_buffer *b, int n) |
| long | vorbis_book_decodev_set (codebook *book, float *a, oggpack_buffer *b, int n) |
| long | vorbis_book_decodev_add (codebook *book, float *a, oggpack_buffer *b, int n) |
| long | vorbis_book_decodevv_add (codebook *book, float **a, long off, int ch, oggpack_buffer *b, int n) |
◆ codebook
| typedef struct codebook codebook |
◆ static_codebook
| typedef struct static_codebook static_codebook |
◆ _best()
◆ _book_logdist()
◆ _book_maptype1_quantvals()
◆ _book_unquantize()
◆ _float32_pack()
| long _float32_pack |
( |
float | val | ) |
|
|
extern |
◆ _float32_unpack()
| float _float32_unpack |
( |
long | val | ) |
|
|
extern |
◆ vorbis_book_besterror()
◆ vorbis_book_clear()
◆ vorbis_book_codelen()
| long vorbis_book_codelen |
( |
codebook * | book, |
|
|
int | entry ) |
|
extern |
◆ vorbis_book_codeword()
| long vorbis_book_codeword |
( |
codebook * | book, |
|
|
int | entry ) |
|
extern |
◆ vorbis_book_decode()
◆ vorbis_book_decodev_add()
◆ vorbis_book_decodev_set()
◆ vorbis_book_decodevs_add()
◆ vorbis_book_decodevv_add()
◆ vorbis_book_encode()
◆ vorbis_book_init_decode()
◆ vorbis_book_init_encode()
◆ vorbis_staticbook_destroy()
◆ vorbis_staticbook_pack()
◆ vorbis_staticbook_unpack()