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