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

/ast/src/lib/libvcodex/Vcwindow/
H A Dvcwngram.c73 size_t ldif, lmax; /* running statistics of left segment */ local
115 ldif = rdif;
133 ldif += 1;
134 else { ldif -= 1; lmax -= 1; }
137 { ldif += 1; lmax += 1; }
138 else ldif -= 1;
140 if((ldif/(double)lmax) < bestd)
141 { bestd = ldif/(double)lmax;

Completed in 10 milliseconds