Home | History | Annotate | Download | only in LZMA

Lines Matching refs:_lenEncoder

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);
1174 _lenEncoder.Encode(_rangeEncoder, len - Base.kMatchMinLen, posState);
1264 _lenEncoder.SetTableSize(_numFastBytes + 1 - Base.kMatchMinLen);
1265 _lenEncoder.UpdateTables((UInt32)1 << _posStateBits);