Lines Matching refs:posStateNext
856 UInt32 posStateNext = (position + 1) & _posStateMask; in GetOptimum()
858 _isMatch[(state2.Index << Base.kNumPosStatesBitsMax) + posStateNext].GetPrice1() + in GetOptimum()
865 0, lenTest2, state2, posStateNext); in GetOptimum()
916 UInt32 posStateNext = (position + lenTest) & _posStateMask; in GetOptimum()
919 _isMatch[(state2.Index << Base.kNumPosStatesBitsMax) + posStateNext].GetPrice0() + in GetOptimum()
925 posStateNext = (position + lenTest + 1) & _posStateMask; in GetOptimum()
926 …AndLenCharPrice + _isMatch[(state2.Index << Base.kNumPosStatesBitsMax) + posStateNext].GetPrice1(); in GetOptimum()
934 UInt32 curAndLenPrice = nextRepMatchPrice + GetRepPrice(0, lenTest2, state2, posStateNext); in GetOptimum()
991 UInt32 posStateNext = (position + lenTest) & _posStateMask; in GetOptimum()
993 _isMatch[(state2.Index << Base.kNumPosStatesBitsMax) + posStateNext].GetPrice0() + in GetOptimum()
1000 posStateNext = (position + lenTest + 1) & _posStateMask; in GetOptimum()
1001 …AndLenCharPrice + _isMatch[(state2.Index << Base.kNumPosStatesBitsMax) + posStateNext].GetPrice1(); in GetOptimum()
1007 curAndLenPrice = nextRepMatchPrice + GetRepPrice(0, lenTest2, state2, posStateNext); in GetOptimum()