Searched refs:rle (Results 1 - 5 of 5) sorted by relevance
/ast/src/lib/libvcodex/Vcmisc/ |
H A D | vcrle.c | 36 Rle_f rlef; /* rle function to call */ 63 static ssize_t rle0(Rle_t* rle, int encoding) argument 65 static ssize_t rle0(rle, encoding) 66 Rle_t* rle; 74 enddt = (dt = rle->ibuf) + rle->isiz; 75 o = rle->obuf; rle->osiz = 0; 102 { for(endo = rle->endo; dt < enddt; ) 128 return (rle 133 rle1(Rle_t* rle, int encoding) argument 228 rle2(Rle_t* rle, int encoding) argument 284 rleg(Rle_t* rle, int encoding) argument 370 Rle_t *rle = vcgetmtdata(vc, Rle_t*); local 477 Rle_t *rle = vcgetmtdata(vc, Rle_t*); local 554 Rle_t *rle = vcgetmtdata(vc, Rle_t*); local 601 Rle_t *rle; local [all...] |
/ast/src/cmd/vczip/tests/ |
H A D | tvcbwzip.c | 47 Vcodex_t *huf, *rle, *mtf; local 62 if(!(rle = vcopen(0, Vcrle, "0", huf, VC_ENCODE|VC_CLOSECODER)) ) 64 if(!(mtf = vcopen(0, Vcmtf, 0, rle, VC_ENCODE|VC_CLOSECODER)) ) 71 if(!(rle = vcopen(0, Vcrle, "0", huf, VC_DECODE|VC_CLOSECODER)) ) 73 if(!(mtf = vcopen(0, Vcmtf, 0, rle, VC_DECODE|VC_CLOSECODER)) )
|
H A D | tvctable.c | 50 Vcodex_t *huf, *rle, *mtf; local 61 if(!(rle = vcopen(0, Vcrle, "0", huf, VC_ENCODE|VC_CLOSECODER)) ) 63 if(!(mtf = vcopen(0, Vcmtf, 0, rle, VC_ENCODE|VC_CLOSECODER)) )
|
H A D | tvcrtable.c | 41 Vcodex_t *huf, *rle, *mtf; local 75 if(!(rle = vcopen(0, Vcrle, "0", huf, VC_ENCODE|VC_CLOSECODER)) ) 77 if(!(mtf = vcopen(0, Vcmtf, 0, rle, VC_ENCODE|VC_CLOSECODER)) ) 85 if(!(rle = vcopen(0, Vcrle, "0", huf, VC_DECODE|VC_CLOSECODER)) ) 87 if(!(mtf = vcopen(0, Vcmtf, 0, rle, VC_DECODE|VC_CLOSECODER)) )
|
/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) argument 30 static ssize_t rlcode(nsym, clen, cmax, rle, rlsz, encode) 34 Vcchar_t* rle; /* buffer to store rle sequence */ 40 Vcchar_t *rl = rle, *endr = rle+rlsz; 80 return rl-rle; 151 /* The length of the rle sequence should have been coded with vcioputu() 168 for(k = 0; k < nl; ++k) /* read the rle sequence */
|
Completed in 23 milliseconds