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; local
1243 curAnd1Price = curPrice + GET_PRICE_0(p->isMatch[state][posState]);
1246 curAnd1Price +=
1254 if (curAnd1Price < nextOpt->price)
1256 nextOpt->price = curAnd1Price;
1303 UInt32 nextRepMatchPrice = curAnd1Price +

Completed in 64 milliseconds