Searched defs:thismetric (Results 1 - 1 of 1) sorted by relevance

/external/libvorbis/vq/
H A Dvqgen.c399 float thismetric=v->metric_func(v,_now(v,j),ppt)+v->bias[j]; local
400 if(thismetric<secondmetric){
401 if(thismetric<firstmetric){
404 firstmetric=thismetric;
407 secondmetric=thismetric;
416 float thismetric,localmetric; local
421 /* 'thismetric' is to be the bias value necessary in the current
425 thismetric=secondmetric-localmetric;
428 thismetric=firstmetric-localmetric;
437 nearbiasptr[k]=thismetric;
484 float thismetric=v->metric_func(v,_now(v,j),ppt)+v->bias[j]; local
[all...]

Completed in 84 milliseconds