Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Compress/
DPpmdEncoder.cpp64 if (propID > NCoderPropID::kReduceSize) in SetCoderProperties()
66 if (propID == NCoderPropID::kReduceSize) in SetCoderProperties()
DLzmaEncoder.cpp78 if (propID > NCoderPropID::kReduceSize) in SetLzmaProp()
81 if (propID == NCoderPropID::kReduceSize) in SetLzmaProp()
DDeltaFilter.cpp61 if (propID >= NCoderPropID::kReduceSize) in SetCoderProperties()
DXzEncoder.cpp120 if (propID == NCoderPropID::kReduceSize) in SetCoderProp()
DBcj2Coder.cpp75 if (propID >= NCoderPropID::kReduceSize) in SetCoderProperties()
/external/lzma/CPP/7zip/
DICoder.h123kReduceSize, // VT_UI8 : it's estimated size of largest data stream that will be compressed enumerator
/external/lzma/CPP/7zip/Common/
DMethodProps.cpp223 prop.Id = NCoderPropID::kReduceSize; in SetCoderProps()