Home
last modified time | relevance | path

Searched refs:reduceSize (Results 1 - 9 of 9) sorted by relevance

/third_party/lzma/C/
H A DXzEnc.c512 p->reduceSize = (UInt64)(Int64)-1; in XzProps_Init()
570 fileSize = p->reduceSize; in XzEncProps_Normalize_Fixed()
573 p->lzma2Props.lzmaProps.reduceSize = p->blockSize; in XzEncProps_Normalize_Fixed()
608 p->lzma2Props.lzmaProps.reduceSize = p->reduceSize; in XzProps_Normalize()
621 p->lzma2Props.lzmaProps.reduceSize = p->reduceSize; in XzProps_Normalize()
647 if (lzma2->lzmaProps.reduceSize > tp.blockSize && tp.blockSize != LZMA2_ENC_PROPS_BLOCK_SIZE_SOLID) in XzProps_Normalize()
648 lzma2->lzmaProps.reduceSize = tp.blockSize; in XzProps_Normalize()
657 // we can use xz::reduceSize o in XzProps_Normalize()
[all...]
H A DXzEnc.h39 UInt64 reduceSize; member
H A DLzmaEnc.h33 UInt64 reduceSize; /* estimated size of data that will be compressed. default = (UInt64)(Int64)-1. member
H A DLzma2Enc.c287 fileSize = p->lzmaProps.reduceSize; in Lzma2EncProps_Normalize()
292 p->lzmaProps.reduceSize = p->blockSize; in Lzma2EncProps_Normalize()
296 p->lzmaProps.reduceSize = fileSize; in Lzma2EncProps_Normalize()
H A DLzmaEnc.c61 p->reduceSize = (UInt64)(Int64)-1; in LzmaEncProps_Init()
81 if (p->dictSize > p->reduceSize) in LzmaEncProps_Normalize()
83 UInt32 v = (UInt32)p->reduceSize; in LzmaEncProps_Normalize()
/third_party/lzma/CPP/7zip/Compress/
H A DXzEncoder.cpp121 xzProps.reduceSize = prop.uhVal.QuadPart; in SetCoderProp()
H A DLzmaEncoder.cpp119 ep.reduceSize = prop.uhVal.QuadPart; in SetLzmaProp()
/third_party/lzma/CPP/7zip/UI/Common/
H A DBench.cpp1282 const UInt64 reduceSize = kBufferSize;
1298 RINOK(method.SetCoderProps_DSReduce_Aff(scp, &reduceSize, (affMask != 0 ? &affMask : NULL)))
1571 const UInt64 reduceSize = _uncompressedDataSize;
1572 RINOK(_method.SetCoderProps(scp, &reduceSize))
/third_party/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp1154 xzProps.reduceSize = dataSize; in UpdateItems()

Completed in 13 milliseconds