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

  /external/libvorbis/vq/
vqgen.h 45 float *(*weight_func) (struct vqgen *v,float *point); member in struct:vqgen
vqgen.c 262 v->weight_func=weight;
264 v->weight_func=_weight_null;
382 float *ppt=v->weight_func(v,_point(v,i));
477 float *ppt=v->weight_func(v,_point(v,i));

Completed in 280 milliseconds