Home
last modified time | relevance | path

Searched refs:kReduceSize (Results 1 – 6 of 6) sorted by relevance

/external/lzma/CPP/7zip/Compress/
DPpmdEncoder.cpp68 if (propID > NCoderPropID::kReduceSize) in SetCoderProperties()
70 if (propID == NCoderPropID::kReduceSize) in SetCoderProperties()
DLzmaEncoder.cpp86 if (propID > NCoderPropID::kReduceSize) in SetLzmaProp()
88 if (propID == NCoderPropID::kReduceSize) in SetLzmaProp()
DDeltaFilter.cpp66 if (propID >= NCoderPropID::kReduceSize) in SetCoderProperties()
/external/lzma/CPP/7zip/Common/
DMethodProps.cpp190 prop.Id = NCoderPropID::kReduceSize; in SetCoderProps()
323 case NCoderPropID::kReduceSize: in IsLogSizeProp()
/external/lzma/CPP/7zip/
DICoder.h49kReduceSize // estimated size of data that will be compressed. Encoder can use this value to reduc… enumerator
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp863 RINOK(NCompress::NLzma2::SetLzma2Prop(NCoderPropID::kReduceSize, prop, lzma2Props)); in UpdateItems()