Home
last modified time | relevance | path

Searched refs:CoderPropID (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.cs272 CoderPropID[] propIDs = in Main2()
274 CoderPropID.DictionarySize, in Main2()
275 CoderPropID.PosStateBits, in Main2()
276 CoderPropID.LitContextBits, in Main2()
277 CoderPropID.LitPosBits, in Main2()
278 CoderPropID.Algorithm, in Main2()
279 CoderPropID.NumFastBytes, in Main2()
280 CoderPropID.MatchFinder, in Main2()
281 CoderPropID.EndMarker in Main2()
DLzmaBench.cs256 CoderPropID[] propIDs = in LzmaBenchmark()
258 CoderPropID.DictionarySize, in LzmaBenchmark()
/external/lzma/CS/7zip/
DICoder.cs78 public enum CoderPropID enum
145 void SetCoderProperties(CoderPropID[] propIDs, object[] properties); in SetCoderProperties()
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs1368 public void SetCoderProperties(CoderPropID[] propIDs, object[] properties) in SetCoderProperties()
1375 case CoderPropID.NumFastBytes: in SetCoderProperties()
1385 case CoderPropID.Algorithm: in SetCoderProperties()
1396 case CoderPropID.MatchFinder: in SetCoderProperties()
1412 case CoderPropID.DictionarySize: in SetCoderProperties()
1429 case CoderPropID.PosStateBits: in SetCoderProperties()
1440 case CoderPropID.LitPosBits: in SetCoderProperties()
1450 case CoderPropID.LitContextBits: in SetCoderProperties()
1460 case CoderPropID.EndMarker: in SetCoderProperties()