HomeSort by relevance Sort by last modified time
    Searched refs:_book_unquantize (Results 1 - 4 of 4) sorted by null

  /external/libvorbis/lib/
codebook.h 87 extern float *_book_unquantize(const static_codebook *b,int n,int *map);
sharedbook.c 196 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/
localcodebook.h 89 extern float *_book_unquantize(const static_codebook *b,int n,int *map);
bookutil.c 301 b->valuelist=_book_unquantize(c,c->entries,NULL);

Completed in 159 milliseconds