Home | History | Annotate | Download | only in LZMA

Lines Matching refs:kMatchMinLen

485 			UInt32 price = _repMatchLenEncoder.GetPrice(len - Base.kMatchMinLen, posState);

498 return price + _lenEncoder.GetPrice(len - Base.kMatchMinLen, posState);
1044 UInt32 len = Base.kMatchMinLen;
1045 _lenEncoder.Encode(_rangeEncoder, len - Base.kMatchMinLen, posState);
1159 _repMatchLenEncoder.Encode(_rangeEncoder, len - Base.kMatchMinLen, posState);
1174 _lenEncoder.Encode(_rangeEncoder, len - Base.kMatchMinLen, posState);
1264 _lenEncoder.SetTableSize(_numFastBytes + 1 - Base.kMatchMinLen);
1266 _repMatchLenEncoder.SetTableSize(_numFastBytes + 1 - Base.kMatchMinLen);