|
Typedefs |
| typedef static_codebook | static_codebook |
| typedef codebook | codebook |
Functions |
| void | vorbis_staticbook_clear (static_codebook *b) |
| void | vorbis_staticbook_destroy (static_codebook *b) |
| int | vorbis_book_init_decode (codebook *dest, const static_codebook *source) |
| void | vorbis_book_clear (codebook *b) |
| long | _book_maptype1_quantvals (const static_codebook *b) |
| int | vorbis_staticbook_unpack (oggpack_buffer *b, static_codebook *c) |
| long | vorbis_book_decode (codebook *book, oggpack_buffer *b) |
| long | vorbis_book_decodevs_add (codebook *book, ogg_int32_t *a, oggpack_buffer *b, int n, int point) |
| long | vorbis_book_decodev_set (codebook *book, ogg_int32_t *a, oggpack_buffer *b, int n, int point) |
| long | vorbis_book_decodev_add (codebook *book, ogg_int32_t *a, oggpack_buffer *b, int n, int point) |
| long | vorbis_book_decodevv_add (codebook *book, ogg_int32_t **a, long off, int ch, oggpack_buffer *b, int n, int point) |
| int | _ilog (unsigned int v) |