Home
last modified time | relevance | path

Searched refs:curPrice (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/common/lzma/
H A DLzmaEnc.c1147 UInt32 curPrice, curAnd1Price, matchPrice, repMatchPrice; in GetOptimum() local
1235 curPrice = curOpt->price; in GetOptimum()
1243 curAnd1Price = curPrice + GET_PRICE_0(p->isMatch[state][posState]); in GetOptimum()
1262 matchPrice = curPrice + GET_PRICE_1(p->isMatch[state][posState]); in GetOptimum()