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

  /external/lzma/Java/SevenZip/Compression/LZMA/
Encoder.java 319 LenPriceTableEncoder _lenEncoder = new LenPriceTableEncoder();
420 _lenEncoder.Init(1 << _posStateBits);
498 return price + _lenEncoder.GetPrice(len - Base.kMatchMinLen, posState);
1045 _lenEncoder.Encode(_rangeEncoder, len - Base.kMatchMinLen, posState);
    [all...]
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaEncoder.cs 319 LenPriceTableEncoder _lenEncoder = new LenPriceTableEncoder();
420 _lenEncoder.Init((UInt32)1 << _posStateBits);
498 return price + _lenEncoder.GetPrice(len - Base.kMatchMinLen, posState);
1045 _lenEncoder.Encode(_rangeEncoder, len - Base.kMatchMinLen, posState);
    [all...]

Completed in 73 milliseconds