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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dlatticepare.c331 int firstentry=closest(b,ppt,-1); local
332 int secondentry=closest(b,ppt,firstentry);
333 float firstmetric=_dist(dim,b->valuelist+dim*firstentry,ppt);
338 membership[i]=firsthead[firstentry];
339 firsthead[firstentry]=i;
344 cellerror[firstentry]+=secondmetric-firstmetric;
345 cellerrormax[firstentry]=max(cellerrormax[firstentry],
347 cellcount[firstentry]++;
414 int firstentry local
443 int firstentry=closest(b,ppt,-1); local
[all...]
H A Dvqsplit.c111 long firstentry=membership[pointindex[i]]; local
113 if(firstentry==besti){
114 entryA[reventry[firstentry]]=1;
118 if(firstentry==bestj){
119 entryB[reventry[firstentry]]=1;
127 entryA[reventry[firstentry]]=1;
130 entryB[reventry[firstentry]]=1;
405 long firstentry=0; local
413 firstentry=j;
417 v->assigned[firstentry]
462 long firstentry=0; local
[all...]
H A Dvqgen.c385 long firstentry=0; local
394 firstentry=1;
403 secondentry=firstentry;
405 firstentry=j;
413 j=firstentry;
423 if(firstentry==j){
479 long firstentry=0; local
487 firstentry=j;
491 j=firstentry;
520 if(firstmetric>v->max[firstentry])
[all...]

Completed in 109 milliseconds