Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c1147 UInt32 curPrice, curAnd1Price, matchPrice, repMatchPrice; in GetOptimum() local
1243 curAnd1Price = curPrice + GET_PRICE_0(p->isMatch[state][posState]); in GetOptimum()
1246 curAnd1Price += in GetOptimum()
1254 if (curAnd1Price < nextOpt->price) in GetOptimum()
1256 nextOpt->price = curAnd1Price; in GetOptimum()
1303 UInt32 nextRepMatchPrice = curAnd1Price + in GetOptimum()