Searched refs:_book_unquantize (Results 1 - 4 of 4) sorted by relevance

/external/libvorbis/lib/
H A Dcodebook.h87 extern float *_book_unquantize(const static_codebook *b,int n,int *map);
H A Dsharedbook.c196 float *_book_unquantize(const static_codebook *b,int n,int *sparsemap){ function
291 //c->valuelist=_book_unquantize(s,s->entries,NULL);
365 c->valuelist=_book_unquantize(s,n,sortindex);
537 float *out=_book_unquantize(b,b->entries,NULL);
542 fprintf(stderr,"_book_unquantize incorrectly returned NULL\n");
555 fprintf(stderr,"_book_unquantize returned a value array: \n"
/external/libvorbis/vq/
H A Dlocalcodebook.h89 extern float *_book_unquantize(const static_codebook *b,int n,int *map);
H A Dbookutil.c301 b->valuelist=_book_unquantize(c,c->entries,NULL);

Completed in 394 milliseconds