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

/ast/src/lib/libvcodex/
H A Dvcrecode.c28 int vcrecode(Vcodex_t* vc, Vcchar_t** dtp, ssize_t* dtz, ssize_t head, int type) function
30 int vcrecode(vc, dtp, dtz, head, type)
H A DMakefile28 VCSRCS= vcopen.c vcclose.c vcio.c vcdisc.c vcextract.c vcrecode.c \
31 VCOBJS= vcopen.o vcclose.o vcio.o vcdisc.o vcextract.o vcrecode.o \
H A Dvcodex.h464 extern int vcrecode _ARG_((Vcodex_t*, Vcchar_t**, ssize_t*, ssize_t, int));
/ast/src/lib/libvcodex/Vcdelta/
H A Dvchamming.c73 if(vcrecode(vc, &output, &tarsz, 0, 0) < 0 )
108 if(vcrecode(vc, &tardt, &tarsz, 0, 0) < 0 )
/ast/src/lib/libvcodex/Vcmisc/
H A Dvcmap.c274 if(vcrecode(vc, &dt, &sz, 0, 0) < 0)
290 if(vcrecode(vc, &output, &sz, 0, 0) < 0 )
H A Dvcbwt.c72 if(vcrecode(vc, &output, &sz, hd, 0) < 0 )
120 if(vcrecode(vc, &dt, &sz, 0, 0) < 0 )
H A Dvcrle.c410 { if(vcrecode(vc, &rle->obuf, &rle->osiz, 0, 0) < 0)
412 if(vcrecode(vc, &rle->abuf, &rle->asiz, 0, 0) < 0)
441 if(vcrecode(vc, &output, &sz, hd, 0) < 0 )
516 if(vcrecode(vc, &rle->ibuf, &rle->isiz, 0, 0) < 0)
518 if(vcrecode(vc, &rle->abuf, &rle->asiz, 0, 0) < 0)
525 if(vcrecode(vc, &rle->ibuf, &rle->isiz, 0, 0) < 0)
H A Dvcstrip.c113 if(dsz > 0 && vcrecode(vc, &dt, &dsz, 0, 0) < 0 )
167 if(dsz > 0 && vcrecode(vc, &dt, &dsz, 0, 0) < 0 )
H A Dvcmtf.c153 if(vcrecode(vc, &output, &sz, 0, 0) < 0)
181 if(vcrecode(vc, &dt, &sz, 0, 0) < 0 )
H A Dvctranspose.c415 if(vcrecode(vc, &output, &sz, z, 0) < 0 )
486 if(vcrecode(vc, &dt, &z, 0, 0) < 0)
/ast/src/lib/libvcodex/Vchuff/
H A Dvchuffman.c140 if(vcrecode(vc, &output, &s, 0, 0) < 0 )
171 if(vcrecode(vc, &data, &sz, 0, 0) < 0 )
H A Dvchuffpart.c208 if(vcrecode(vc, &output, &n, 0, 0) < 0)
239 if(vcrecode(vc, &data, &sz, 0, 0) < 0 )
H A Dvchuffgroup.c536 if(vcrecode(vc, &output, &n, 0, 0) < 0 )
572 if(vcrecode(vc, &data, &sz, 0, 0) < 0 )

Completed in 26 milliseconds