Searched refs:reduceSize (Results 1 – 5 of 5) sorted by relevance
19 UInt64 reduceSize; /* estimated size of data that will be compressed. default = 0xFFFFFFFF. member
244 if (t2 > 1 && p->lzmaProps.reduceSize != (UInt64)(Int64)-1) in Lzma2EncProps_Normalize()246 UInt64 temp = p->lzmaProps.reduceSize + p->blockSize - 1; in Lzma2EncProps_Normalize()247 if (temp > p->lzmaProps.reduceSize) in Lzma2EncProps_Normalize()
54 p->reduceSize = (UInt64)(Int64)-1; in LzmaEncProps_Init()66 if (p->dictSize > p->reduceSize) in LzmaEncProps_Normalize()71 if ((UInt32)p->reduceSize <= ((UInt32)2 << i)) { p->dictSize = ((UInt32)2 << i); break; } in LzmaEncProps_Normalize()72 if ((UInt32)p->reduceSize <= ((UInt32)3 << i)) { p->dictSize = ((UInt32)3 << i); break; } in LzmaEncProps_Normalize()
82 ep.reduceSize = prop.uhVal.QuadPart; in SetLzmaProp()
894 UInt64 reduceSize = kBufferSize; in Init() local895 RINOK(method.SetCoderProps(scp, &reduceSize)); in Init()1075 UInt64 reduceSize = _uncompressedDataSize; in Decode() local1076 RINOK(_method.SetCoderProps(scp, &reduceSize)); in Decode()2192 UInt64 reduceSize = 1; in CrcBench() local2193 RINOK(method.SetCoderProps(scp, &reduceSize)); in CrcBench()2242 UInt64 reduceSize = 1; in CrcBench() local2243 RINOK(method.SetCoderProps(scp, &reduceSize)); in CrcBench()