Searched refs:entryB (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.c88 long *entryA,long *entryB,
104 memset(entryB,0,sizeof(long)*entries);
119 entryB[reventry[firstentry]]=1;
130 entryB[reventry[firstentry]]=1;
137 allocated for recursion. Reuse the entryA/entryB vectors */
141 if(entryA[j] && entryB[j])C++;
143 if(entryB[j])entryB[B++]=entryindex[j];
176 long *entryB=_ogg_calloc(entries,sizeof(long)); local
210 entryA,entryB,
84 vqsp_count(float *entrylist,float *pointlist,int dim, long *membership,long *reventry, long *entryindex,long entries, long *pointindex,long points,int splitp, long *entryA,long *entryB, long besti,long bestj, long *entriesA,long *entriesB,long *entriesC) argument
[all...]

Completed in 94 milliseconds