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

/ast/src/lib/libvcodex/Vcmisc/
H A Dvcmtf.c64 size_t wght[256]; local
69 memset(wght,0,sizeof(wght));
73 { if(succ[predc] == c) wght[predc] += 4; \
74 else if((wght[predc] >>= 1) <= 0) \
75 { succ[predc] = c; wght[predc] = 1; } \
77 if(wght[c] > 1 && (c = succ[c]) != mtf[0] ) \
/ast/src/lib/libvgraph/
H A Dgrbranching.c24 ssize_t wght; /* the original edge weight */ member in struct:_bredge_s
52 PRINT(Fd,"wght=%d, ", (int)BREDGE(ed)->wght); PRINT(Fd,"wadj=%d\n", (int)BREDGE(ed)->wadj);
122 if((BREDGE(e)->wadj = BREDGE(e)->wght) > BREDGE(ec)->wadj )
252 w += BREDGE(e)->wght;
264 BREDGE(e)->wght = w;
265 return BREDGE(e)->wght;

Completed in 10 milliseconds