Home
last modified time | relevance | path

Searched refs:pointlist (Results 1 – 2 of 2) sorted by relevance

/external/libvorbis/vq/
Dvqgen.h33 float *pointlist; member
58 return v->pointlist+((v->elements+v->aux)*ptr); in _point()
Dvqgen.c250 v->pointlist=_ogg_malloc(v->allocated*(v->elements+v->aux)*sizeof(float)); in vqgen_init()
279 v->pointlist=_ogg_realloc(v->pointlist,v->allocated*(v->elements+v->aux)* in vqgen_addpoint()
312 qsort(v->pointlist,v->points,sortsize,meshcomp); in vqgen_sortmesh()