Searched refs:posStateNext (Results 1 – 1 of 1) sorted by relevance
1302 UInt32 posStateNext = (position + 1) & p->pbMask; in GetOptimum() local1304 GET_PRICE_1(p->isMatch[state2][posStateNext]) + in GetOptimum()1313 curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext); in GetOptimum()1373 UInt32 posStateNext = (position + lenTest) & p->pbMask; in GetOptimum() local1376 GET_PRICE_0(p->isMatch[state2][posStateNext]) + in GetOptimum()1380 posStateNext = (position + lenTest + 1) & p->pbMask; in GetOptimum()1382 GET_PRICE_1(p->isMatch[state2][posStateNext]) + in GetOptimum()1392 … curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext); in GetOptimum()1463 UInt32 posStateNext = (position + lenTest) & p->pbMask; in GetOptimum() local1465 GET_PRICE_0(p->isMatch[state2][posStateNext]) + in GetOptimum()[all …]