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

  /external/lzma/C/
MtCoder.h 0 /* MtCoder.h -- Multi-thread Coder
53 struct _CMtCoder *mtCoder;
Lzma2Enc.c 12 #include "MtCoder.h"
256 CMtCoder mtCoder;
343 if (MtProgress_Set(&mainEncoder->mtCoder.mtProgress, index, p->srcPos, *destSize) != SZ_OK)
383 MtCoder_Construct(&p->mtCoder);
404 MtCoder_Destruct(&p->mtCoder);
464 p->mtCoder.progress = progress;
465 p->mtCoder.inStream = inStream;
466 p->mtCoder.outStream = outStream;
467 p->mtCoder.alloc = p->alloc;
468 p->mtCoder.mtCallback = &mtCallback.funcTable;
    [all...]

Completed in 38 milliseconds