HomeSort by relevance Sort by last modified time
    Searched defs:_dist (Results 1 - 2 of 2) sorted by null

  /external/libvorbis/vq/
metrics.c 83 static float _dist(int el,float *a, float *b){ function
104 float this=_dist(c->c->dim,_now(c,j),_now(c,k));
vqgen.c 60 float _dist(vqgen *v,float *a, float *b){ function
109 float this=_dist(v,_now(v,j),_now(v,k));
260 v->metric_func=_dist;

Completed in 55 milliseconds