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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dvqsplit.c96 long *temppointsB=NULL; local
100 temppointsB=_ogg_malloc(points*sizeof(long));
120 if(splitp)temppointsB[pointsB++]=pointindex[i];
131 if(splitp)temppointsB[pointsB++]=pointindex[i];
150 memcpy(pointindex+pointsA,temppointsB,sizeof(long)*pointsB);
152 free(temppointsB);

Completed in 59 milliseconds