Searched refs:repMatchPrice (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/common/lzma/ |
H A D | LzmaEnc.c | 952 UInt32 matchPrice, repMatchPrice, normalMatchPrice; in GetOptimum() local 1042 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[p->state]); in GetOptimum() 1046 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, p->state, posState); in GetOptimum() 1076 price = repMatchPrice + GetPureRepPrice(p, i, p->state, posState); in GetOptimum() 1147 UInt32 curPrice, curAnd1Price, matchPrice, repMatchPrice; in GetOptimum() local 1263 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[state]); in GetOptimum() 1267 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, state, posState); in GetOptimum() 1342 price = repMatchPrice + GetPureRepPrice(p, repIndex, state, posState); in GetOptimum()
|