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

/ast/src/lib/libvcodex/Vcdelta/
H A Dvcdcache.c114 ssize_t i, d, sz, bestd, bestm, bestsz; local
116 bestd = addr;
118 if((bestsz = vcsizeu(bestd)) == 1)
123 { bestd = d;
134 { bestd = d;
141 { bestd = d%256;
149 return bestd;
/ast/src/lib/libvcodex/Vcwindow/
H A Dvcwngram.c78 double bestd; local
103 bestd = rdif/(double)rmax;
104 if(bestd < stop || dtsz == 0)
140 if((ldif/(double)lmax) < bestd)
141 { bestd = ldif/(double)lmax;
143 if(bestd < stop)
161 if((rdif/(double)rmax) < bestd)
162 { bestd = rdif/(double)rmax;
164 if(bestd < stop)
172 return bestd;
[all...]
H A Dvcwvote.c36 double bestd; /* best match distance so far */ member in struct:_freq_s
86 if((dif = vcwngmatch(&mtch, dfreq, size, data, dtsz, 0, NGRAMMATCH)) < fr->bestd)
87 { fr->bestd = dif;
93 return fr->bestd;
129 if(fr->bestd < SRCHMATCH)
132 return fr->bestd;
181 if(dif < fr->bestd )
182 { fr->bestd = dif;
189 return fr->bestd;
217 fr->bestd
[all...]

Completed in 35 milliseconds