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

/ast/src/lib/libvcodex/Vcmisc/
H A Dvcmtf.c63 Vcchar_t mtf[256], succ[256]; local
68 mtf[p] = succ[p] = p;
73 { if(succ[predc] == c) wght[predc] += 4; \
75 { succ[predc] = c; wght[predc] = 1; } \
77 if(wght[c] > 1 && (c = succ[c]) != mtf[0] ) \
78 MTFC(c,p,m,n); /* predicting succ[c] is next */ \

Completed in 17 milliseconds