Lines Matching defs:static_codebook
36 typedef struct static_codebook{
56 } static_codebook;
62 const static_codebook *c;
82 extern void vorbis_staticbook_destroy(static_codebook *b);
83 extern int vorbis_book_init_encode(codebook *dest,const static_codebook *source);
84 extern int vorbis_book_init_decode(codebook *dest,const static_codebook *source);
87 extern float *_book_unquantize(const static_codebook *b,int n,int *map);
88 extern float *_book_logdist(const static_codebook *b,float *vals);
93 extern long _book_maptype1_quantvals(const static_codebook *b);
101 extern int vorbis_staticbook_pack(const static_codebook *c,oggpack_buffer *b);
102 extern static_codebook *vorbis_staticbook_unpack(oggpack_buffer *b);