HomeSort by relevance Sort by last modified time
    Searched refs:kReduceSize (Results 1 - 7 of 7) sorted by null

  /external/lzma/CPP/7zip/Compress/
LzmaEncoder.cpp 77 if (propID > NCoderPropID::kReduceSize)
79 if (propID == NCoderPropID::kReduceSize)
PpmdEncoder.cpp 64 if (propID > NCoderPropID::kReduceSize)
66 if (propID == NCoderPropID::kReduceSize)
DeltaFilter.cpp 61 if (propID >= NCoderPropID::kReduceSize)
Bcj2Coder.cpp 75 if (propID >= NCoderPropID::kReduceSize)
  /external/lzma/CPP/7zip/Common/
MethodProps.cpp 203 prop.Id = NCoderPropID::kReduceSize;
336 case NCoderPropID::kReduceSize:
  /external/lzma/CPP/7zip/
ICoder.h 122 kReduceSize // estimated size of data that will be compressed. Encoder can use this value to reduce dictionary size.
  /external/lzma/CPP/7zip/Archive/
XzHandler.cpp 810 RINOK(NCompress::NLzma2::SetLzma2Prop(NCoderPropID::kReduceSize, prop, lzma2Props));

Completed in 5705 milliseconds