Home
last modified time | relevance | path

Searched refs:SetDictionarySize (Results 1 – 5 of 5) sorted by relevance

/external/lzma/Java/SevenZip/Compression/LZMA/
DDecoder.java154 boolean SetDictionarySize(int dictionarySize) in SetDictionarySize() method in Decoder
327 return SetDictionarySize(dictionarySize); in SetDecoderProperties()
DEncoder.java1363 public boolean SetDictionarySize(int dictionarySize) in SetDictionarySize() method in Encoder
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaDecoder.cs167 void SetDictionarySize(uint dictionarySize) in SetDictionarySize() method in SevenZip.Compression.LZMA.Decoder
362 SetDictionarySize(dictionarySize); in SetDecoderProperties()
/external/lzma/Java/SevenZip/
DLzmaAlone.java206 if (!encoder.SetDictionarySize(params.DictionarySize)) in main()
DLzmaBench.java306 if (!encoder.SetDictionarySize(dictionarySize)) in LzmaBenchmark()