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

/ast/src/cmd/vczip/tests/
H A Dtvcbwzip.c47 Vcodex_t *huf, *rle, *mtf; local
60 if(!(huf = vcopen(0, Vchuffgroup, 0, 0, VC_ENCODE)) )
62 if(!(rle = vcopen(0, Vcrle, "0", huf, VC_ENCODE|VC_CLOSECODER)) )
69 if(!(huf = vcopen(0, Vchuffgroup, 0, 0, VC_DECODE)) )
71 if(!(rle = vcopen(0, Vcrle, "0", huf, VC_DECODE|VC_CLOSECODER)) )
H A Dtvctable.c50 Vcodex_t *huf, *rle, *mtf; local
59 if(!(huf = vcopen(0, Vchuffgroup, 0, 0, VC_ENCODE)) )
61 if(!(rle = vcopen(0, Vcrle, "0", huf, VC_ENCODE|VC_CLOSECODER)) )
H A Dtvcrtable.c41 Vcodex_t *huf, *rle, *mtf; local
73 if(!(huf = vcopen(0, Vchuffgroup, 0, 0, VC_ENCODE)) )
75 if(!(rle = vcopen(0, Vcrle, "0", huf, VC_ENCODE|VC_CLOSECODER)) )
83 if(!(huf = vcopen(0, Vchuffgroup, 0, 0, VC_DECODE)) )
85 if(!(rle = vcopen(0, Vcrle, "0", huf, VC_DECODE|VC_CLOSECODER)) )
/ast/src/lib/libvcodex/Vchuff/
H A Dvchuffgroup.c49 { Vcodex_t* huf; /* Huffman coder/decoder */ member in struct:_group_s
513 if((n = vcapply(grp->huf, dt, n, &dt)) < 0 )
518 vcbuffer(grp->huf, NIL(Vcchar_t*), -1, -1);
609 if((n = vcapply(grp->huf, dt, n, &dt)) < 0)
661 vcbuffer(grp->huf, NIL(Vcchar_t*), -1, -1);
688 grp->huf = vcopen(NIL(Vcdisc_t*), Vchuffman, 0, 0, vc->flags);
690 if(!grp->huf || !grp->mtf )
700 { if(grp->huf)
701 vcclose(grp->huf);
720 if(grp->huf)
[all...]

Completed in 15 milliseconds