Home
last modified time | relevance | path

Searched refs:multiThread (Results 1 – 2 of 2) sorted by relevance

/external/lzma/C/
DLzmaEnc.c325 Bool multiThread; member
489 p->multiThread = (props.numThreads > 1); in LzmaEnc_SetProps()
1970 p->mtMode = (p->multiThread && !p->fastMode && (p->matchFinderBase.btMode != 0)); in LzmaEnc_Alloc()
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp1429 static inline UInt64 GetLZMAUsage(bool multiThread, UInt32 dictionary) in GetLZMAUsage() argument
1442 (1 << 20) + (multiThread ? (6 << 20) : 0); in GetLZMAUsage()