Searched refs:rlcode (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libvcodex/Vchuff/ |
H A D | vchcode.c | 28 static ssize_t rlcode(ssize_t nsym, ssize_t* clen, ssize_t cmax, Vcchar_t* rle, ssize_t rlsz, int encode) function 30 static ssize_t rlcode(nsym, clen, cmax, rle, rlsz, encode) 108 if((nl = rlcode(nsym, clen, maxs, len, nl, 1)) < 0 ) 176 if(rlcode(nsym, clen, maxs, len, nl, 0) >= 0)
|
Completed in 12 milliseconds