Searched refs:distState (Results 1 – 1 of 1) sorted by relevance
450 int distState = getDistState(len); in getMatchAndLenPrice() local453 price += fullDistPrices[distState][dist]; in getMatchAndLenPrice()458 price += distSlotPrices[distState][distSlot] in getMatchAndLenPrice()468 for (int distState = 0; distState < DIST_STATES; ++distState) { in updateDistPrices()470 distSlotPrices[distState][distSlot] in updateDistPrices()472 distSlots[distState], distSlot); in updateDistPrices()477 distSlotPrices[distState][distSlot] in updateDistPrices()482 fullDistPrices[distState][dist] in updateDistPrices()483 = distSlotPrices[distState][dist]; in updateDistPrices()499 for (int distState = 0; distState < DIST_STATES; ++distState) in updateDistPrices()[all …]