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

/ast/src/lib/libvcodex/Vcwindow/
H A Dvcwngram.c76 size_t rdif, rmax; /* running statistics of right segment */ local
90 rdif = rmax = 0;
94 rmax += rfreq[r];
98 rmax += dfreq[r];
103 bestd = rdif/(double)rmax;
116 lmax = rmax;
155 else { rdif -= 1; rmax -= 1; }
158 { rdif += 1; rmax += 1; }
161 if((rdif/(double)rmax) < bestd)
162 { bestd = rdif/(double)rmax;
[all...]

Completed in 23 milliseconds