HomeSort by relevance Sort by last modified time
    Searched full:addmul (Results 1 - 6 of 6) 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);
codebook.c 340 addmul==0 -> declarative (set the value)
341 addmul==1 -> additive
342 addmul==2 -> multiplicitive */
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicColorMatrix.cpp 194 void updateCoeffCache(float fpMul, float addMul);
746 void RsdCpuScriptIntrinsicColorMatrix::updateCoeffCache(float fpMul, float addMul) {
756 tmpFpa[ct] = fpa[ct] * addMul + add;

Completed in 247 milliseconds