Searched refs:dictSize (Results 1 – 3 of 3) sorted by relevance
53 p->dictSize = p->mc = 0; in LzmaEncProps_Init()63 …if (p->dictSize == 0) p->dictSize = (level <= 5 ? (1 << (level * 2 + 14)) : (level == 6 ? (1 << 25… in LzmaEncProps_Normalize()79 return props.dictSize; in LzmaEncProps_GetDictSize()350 UInt32 dictSize; member418 props.dictSize > (1 << kDicLogSizeMaxCompress) || props.dictSize > (1 << 30)) in LzmaEnc_SetProps()420 p->dictSize = props.dictSize; in LzmaEnc_SetProps()1945 p->matchFinderBase.bigHash = (p->dictSize > kBigHashDicLimit); in LzmaEnc_Alloc()1947 if (beforeSize + p->dictSize < keepWindowSize) in LzmaEnc_Alloc()1948 beforeSize = keepWindowSize - p->dictSize; in LzmaEnc_Alloc()1953 …RINOK(MatchFinderMt_Create(&p->matchFinderMt, p->dictSize, beforeSize, p->numFastBytes, LZMA_MATCH… in LzmaEnc_Alloc()[all …]
19 UInt32 dictSize; /* (1 << 12) <= dictSize <= (1 << 27) for 32-bit version member
245 props.dictSize = 1 << 23; in lzma_compress()