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

  /external/libvorbis/vq/
vqgen.h 33 float *pointlist; member in struct:vqgen
58 return v->pointlist+((v->elements+v->aux)*ptr);
vqgen.c 250 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 1467 milliseconds