Searched refs:kReduceSize (Results 1 – 6 of 6) sorted by relevance
68 if (propID > NCoderPropID::kReduceSize) in SetCoderProperties()70 if (propID == NCoderPropID::kReduceSize) in SetCoderProperties()
86 if (propID > NCoderPropID::kReduceSize) in SetLzmaProp()88 if (propID == NCoderPropID::kReduceSize) in SetLzmaProp()
66 if (propID >= NCoderPropID::kReduceSize) in SetCoderProperties()
190 prop.Id = NCoderPropID::kReduceSize; in SetCoderProps()323 case NCoderPropID::kReduceSize: in IsLogSizeProp()
49 …kReduceSize // estimated size of data that will be compressed. Encoder can use this value to reduc… enumerator
863 RINOK(NCompress::NLzma2::SetLzma2Prop(NCoderPropID::kReduceSize, prop, lzma2Props)); in UpdateItems()