Searched refs:shortRepPrice (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c1046 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, p->state, posState); local
1047 if (shortRepPrice < p->opt[1].price)
1049 p->opt[1].price = shortRepPrice;
1267 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, state, posState); local
1268 if (shortRepPrice <= nextOpt->price)
1270 nextOpt->price = shortRepPrice;

Completed in 63 milliseconds