Home | History | Annotate | Download | only in vq

Lines Matching defs:max

91   float min=-1.f,max=-1.f,mean=0.f,acc=0.f;
128 localmin=v->max[j]+localmin/2; /* this gives us rough diameter */
130 if(max==-1 || localmin>max)max=localmin;
139 min,mean/acc,max,unused,dup);
214 fprintf(stderr,"fault; quantized value>max\n");
256 v->max=_ogg_calloc(v->entries,sizeof(float));
507 if(firstmetric>v->max[j])v->max[j]=firstmetric;
511 v->max[j]=firstmetric;
520 if(firstmetric>v->max[firstentry])v->max[j]=firstmetric;
526 v->max[firstentry]=firstmetric;