HomeSort by relevance Sort by last modified time
    Searched defs:quantlist (Results 1 - 3 of 3) sorted by null

  /external/libvorbis/lib/
codebook.h 26 valuelist/quantlist are nonNULL (and q_* significant) only if
52 long *quantlist; /* map == 1: (int)(entries^(1/dim)) element column map member in struct:static_codebook
  /external/libvorbis/vq/
latticebuild.c 59 double *quantlist; local
110 c.quantlist=_ogg_calloc(quantvals,sizeof(long));
112 quantlist=_ogg_malloc(sizeof(double)*c.dim*c.entries);
121 if(!line || sscanf(line,"%lf",quantlist+j)!=1){
133 double min=quantlist[0];
136 for(j=1;j<quantvals;j++)if(quantlist[j]<min)min=quantlist[j];
139 if(mindel==-1 || fabs(quantlist[j]-quantlist[i])<mindel)
140 mindel=fabs(quantlist[j]-quantlist[i])
    [all...]
localcodebook.h 26 valuelist/quantlist are nonNULL (and q_* significant) only if
52 long *quantlist; /* map == 1: (int)(entries^(1/dim)) element column map member in struct:static_codebook

Completed in 50 milliseconds