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

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

Completed in 82 milliseconds