Lines Matching refs:_repMatchLenEncoder
320 LenPriceTableEncoder _repMatchLenEncoder = new LenPriceTableEncoder();
421 _repMatchLenEncoder.Init(1 << _posStateBits);
485 int price = _repMatchLenEncoder.GetPrice(len - Base.kMatchMinLen, posState);
653 int curAndLenPrice = price + _repMatchLenEncoder.GetPrice(repLen - 2, posState);
1157 _repMatchLenEncoder.Encode(_rangeEncoder, len - Base.kMatchMinLen, posState);
1266 _repMatchLenEncoder.SetTableSize(_numFastBytes + 1 - Base.kMatchMinLen);
1267 _repMatchLenEncoder.UpdateTables(1 << _posStateBits);