Searched defs:repMatchPrice (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c952 UInt32 matchPrice, repMatchPrice, normalMatchPrice; local
1042 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[p->state]);
1046 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, p->state, posState);
1076 price = repMatchPrice + GetPureRepPrice(p, i, p->state, posState);
1147 UInt32 curPrice, curAnd1Price, matchPrice, repMatchPrice; local
1263 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[state]);
1267 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, state, posState);
1342 price = repMatchPrice + GetPureRepPrice(p, repIndex, state, posState);

Completed in 65 milliseconds