Home
last modified time | relevance | path

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

/external/lzma/Java/SevenZip/
DLzmaAlone.java14 public int DictionarySize = 1 << 23; field in LzmaAlone.CommandLine
36 DictionarySize = 1 << Integer.parseInt(s.substring(1)); in ParseSwitch()
185 dictionary = params.DictionarySize; in main()
206 if (!encoder.SetDictionarySize(params.DictionarySize)) in main()
/external/lzma/CS/7zip/
DICoder.cs87 DictionarySize, enumerator
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.cs274 CoderPropID.DictionarySize, in Main2()
DLzmaBench.cs258 CoderPropID.DictionarySize, in LzmaBenchmark()
/external/lzma/DOC/
Dlzma-sdk.txt196 - Small memory requirements for decompressing (16 KB + DictionarySize)
243 Dictionary size is calculated as DictionarySize = 2^N bytes.
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs1412 case CoderPropID.DictionarySize: in SetCoderProperties()