Lines Matching refs:book
25 int _best(codebook *book, float *a, int step){
27 int dim=book->dim;
29 int minval=book->minval;
30 int del=book->delta;
31 int qv=book->quantvals;
50 if(book->c->lengthlist[index]<=0){
51 const static_codebook *c=book->c;
55 int maxval = book->minval + book->delta*(book->quantvals-1);
56 for(i=0;i<book->entries;i++){
73 e[j]+=book->delta;
440 /* save the book in C header form */
442 /* first, the static vectors, then the book structure to tie it together. */