Lines Matching refs:repIndex
461 UInt32 GetPureRepPrice(UInt32 repIndex, Base.State state, UInt32 posState) in GetPureRepPrice() argument
464 if (repIndex == 0) in GetPureRepPrice()
472 if (repIndex == 1) in GetPureRepPrice()
477 price += _isRepG2[state.Index].GetPrice(repIndex - 2); in GetPureRepPrice()
483 UInt32 GetRepPrice(UInt32 repIndex, UInt32 len, Base.State state, UInt32 posState) in GetRepPrice() argument
486 return price + GetPureRepPrice(repIndex, state, posState); in GetRepPrice()
881 for (UInt32 repIndex = 0; repIndex < Base.kNumRepDistances; repIndex++) in GetOptimum()
883 UInt32 lenTest = _matchFinder.GetMatchLen(0 - 1, reps[repIndex], numAvailableBytes); in GetOptimum()
891 UInt32 curAndLenPrice = repMatchPrice + GetRepPrice(repIndex, lenTest, state, posState); in GetOptimum()
897 optimum.BackPrev = repIndex; in GetOptimum()
904 if (repIndex == 0) in GetOptimum()
911 UInt32 lenTest2 = _matchFinder.GetMatchLen((Int32)lenTest, reps[repIndex], t); in GetOptimum()
918 repMatchPrice + GetRepPrice(repIndex, lenTest, state, posState) + in GetOptimum()
922 _matchFinder.GetIndexByte((Int32)((Int32)lenTest - 1 - (Int32)(reps[repIndex] + 1))), in GetOptimum()
944 optimum.BackPrev2 = repIndex; in GetOptimum()