Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/lzma/
H A DLzmaEnc.c651 #define GET_PRICE_1(prob) p->ProbPrices[((prob) ^ (kBitModelTotal - 1)) >> kNumMoveReducingBits] macro
889 price += GET_PRICE_1(p->isRep0Long[state][posState]); in GetPureRepPrice()
893 price = GET_PRICE_1(p->isRepG0[state]); in GetPureRepPrice()
898 price += GET_PRICE_1(p->isRepG1[state]); in GetPureRepPrice()
1041 matchPrice = GET_PRICE_1(p->isMatch[p->state][posState]); in GetOptimum()
1042 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[p->state]); in GetOptimum()
1262 matchPrice = curPrice + GET_PRICE_1(p->isMatch[state][posState]); in GetOptimum()
1263 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[state]); in GetOptimum()
1304 GET_PRICE_1(p->isMatch[state2][posStateNext]) + in GetOptimum()
1305 GET_PRICE_1(p->isRep[state2]); in GetOptimum()
[all …]