Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/lzma/
H A DLzmaEnc.c650 #define GET_PRICE_0(prob) p->ProbPrices[(prob) >> kNumMoveReducingBits] macro
879 GET_PRICE_0(p->isRepG0[state]) + in GetRepLen1Price()
880 GET_PRICE_0(p->isRep0Long[state][posState]); in GetRepLen1Price()
888 price = GET_PRICE_0(p->isRepG0[state]); in GetPureRepPrice()
895 price += GET_PRICE_0(p->isRepG1[state]); in GetPureRepPrice()
1033 p->opt[1].price = GET_PRICE_0(p->isMatch[p->state][posState]) + in GetOptimum()
1092 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[p->state]); in GetOptimum()
1243 curAnd1Price = curPrice + GET_PRICE_0(p->isMatch[state][posState]); in GetOptimum()
1376 GET_PRICE_0(p->isMatch[state2][posStateNext]) + in GetOptimum()
1419 UInt32 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[state]); in GetOptimum()
[all …]