Searched refs:distState (Results 1 – 1 of 1) sorted by relevance
411 int distState = getDistState(len); in getMatchAndLenPrice() local414 price += fullDistPrices[distState][dist]; in getMatchAndLenPrice()419 price += distSlotPrices[distState][distSlot] in getMatchAndLenPrice()429 for (int distState = 0; distState < DIST_STATES; ++distState) { in updateDistPrices()431 distSlotPrices[distState][distSlot] in updateDistPrices()433 distSlots[distState], distSlot); in updateDistPrices()438 distSlotPrices[distState][distSlot] in updateDistPrices()443 fullDistPrices[distState][dist] in updateDistPrices()444 = distSlotPrices[distState][dist]; in updateDistPrices()460 for (int distState = 0; distState < DIST_STATES; ++distState) in updateDistPrices()[all …]