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

  /external/lzma/Java/SevenZip/Compression/LZMA/
Encoder.java 344 int _posStateBits = 2;
420 _lenEncoder.Init(1 << _posStateBits);
421 _repMatchLenEncoder.Init(1 << _posStateBits);
    [all...]
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaEncoder.cs 344 int _posStateBits = 2;
420 _lenEncoder.Init((UInt32)1 << _posStateBits);
421 _repMatchLenEncoder.Init((UInt32)1 << _posStateBits);
    [all...]

Completed in 219 milliseconds