Searched refs:mtcd (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libvcodex/
H A Dvcextract.c47 Vcmtcode_t mtcd; local
67 { mtcd.data = NIL(Vcchar_t*);
68 mtcd.size = 0;
69 rv = (*coder->meth->eventf)(coder, VC_EXTRACT, (Void_t*)(&mtcd));
73 { if((store[n].dtsz = mtcd.size) < 0 )
75 store[n].data = mtcd.data;
114 Vcmtcode_t mtcd; local
144 { mtcd.data = dt;
145 mtcd.size = sz;
146 mtcd
[all...]
/ast/src/lib/libvcodex/Vcmisc/
H A Dvcmtf.c257 Vcmtcode_t *mtcd; local
274 { if(!(mtcd = (Vcmtcode_t*)params) )
276 if((mtcd->size = mtfextract(vc, &mtcd->data)) < 0 )
281 { if(!(mtcd = (Vcmtcode_t*)params) )
283 if(!(mtcd->coder = mtfrestore(mtcd->data, mtcd->size)) )
H A Dvcrle.c603 Vcmtcode_t *mtcd; local
630 { if(!(mtcd = (Vcmtcode_t*)params) )
632 if((mtcd->size = rleextract(vc, &mtcd->data)) < 0 )
637 { if(!(mtcd = (Vcmtcode_t*)params) )
639 if(!(mtcd->coder = rlerestore(mtcd->data, mtcd->size)) )

Completed in 12 milliseconds