OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thismetric
(Results
1 - 1
of
1
) sorted by null
/external/libvorbis/vq/
vqgen.c
399
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 78 milliseconds