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

  /external/libvorbis/vq/
latticebuild.c 62 int entries=-1,dim=-1,quantvals=-1,addmul=-1,sequencep=0; local
98 if(sscanf(line,"%d %d %d %d",&quantvals,&dim,&addmul,&sequencep)!=4){
99 if(sscanf(line,"%d %d %d",&quantvals,&dim,&addmul)!=3){
metrics.c 209 float process_one(codebook *b,int book,float *a,int dim,int step,int addmul,
234 entry=vorbis_book_besterror(b,a,step,addmul);
262 void process_vector(codebook **bs,int *addmul,int inter,float *a,int n){
273 base=process_one(b,bi,a+i,dim,n/dim,addmul[bi],base);
276 base=process_one(b,bi,a+i,dim,1,addmul[bi],base);
localcodebook.h 97 extern int vorbis_book_besterror(codebook *book,float *a,int step,int addmul);
  /external/libvorbis/lib/
codebook.h 95 extern int vorbis_book_besterror(codebook *book,float *a,int step,int addmul);

Completed in 252 milliseconds