HomeSort by relevance Sort by last modified time
    Searched refs:mtCoder (Results 1 - 3 of 3) sorted by null

  /external/lzma/C/
MtCoder.c 0 /* MtCoder.c -- Multi-thread Coder
8 #include "MtCoder.h"
113 void CMtThread_Construct(CMtThread *p, CMtCoder *mtCoder)
115 p->mtCoder = mtCoder;
141 if (p->mtCoder->alloc)
142 IAlloc_Free(p->mtCoder->alloc, p->outBuf);
145 if (p->mtCoder->alloc)
146 IAlloc_Free(p->mtCoder->alloc, p->inBuf);
152 { IAlloc_Free(p->mtCoder->alloc, buf); \
    [all...]
Lzma2Enc.c 14 #include "MtCoder.h"
272 CMtCoder mtCoder;
359 if (MtProgress_Set(&mainEncoder->mtCoder.mtProgress, index, p->srcPos, *destSize) != SZ_OK)
399 MtCoder_Construct(&p->mtCoder);
420 MtCoder_Destruct(&p->mtCoder);
480 p->mtCoder.progress = progress;
481 p->mtCoder.inStream = inStream;
482 p->mtCoder.outStream = outStream;
483 p->mtCoder.alloc = p->alloc;
484 p->mtCoder.mtCallback = &mtCallback.funcTable;
    [all...]
MtCoder.h 0 /* MtCoder.h -- Multi-thread Coder
53 struct _CMtCoder *mtCoder;

Completed in 1884 milliseconds