Searched defs:static_codebook (Results 1 - 2 of 2) sorted by relevance

/external/libvorbis/lib/
H A Dcodebook.h36 typedef struct static_codebook{ struct
56 } static_codebook; typedef in typeref:struct: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 *
[all...]
/external/libvorbis/vq/
H A Dlocalcodebook.h36 typedef struct static_codebook{ struct
56 } static_codebook; typedef in typeref:struct:static_codebook
62 static_codebook *c;
83 extern void vorbis_staticbook_clear(static_codebook *b);
84 extern void vorbis_staticbook_destroy(static_codebook *b);
85 extern int vorbis_book_init_encode(codebook *dest,const static_codebook *source);
86 extern int vorbis_book_init_decode(codebook *dest,const static_codebook *source);
89 extern float *_book_unquantize(const static_codebook *b,int n,int *map);
90 extern float *_book_logdist(const static_codebook *b,float *vals);
95 extern long _book_maptype1_quantvals(const static_codebook *
[all...]

Completed in 431 milliseconds