Home
last modified time | relevance | path

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

/external/lzma/C/
DLzmaEnc.c765 #define GET_PRICE_1(prob) p->ProbPrices[((prob) ^ (kBitModelTotal - 1)) >> kNumMoveReducingBits] macro
1035 GET_PRICE_1(p->isMatch[state][posState]) \
1036 + GET_PRICE_1(p->isRep0Long[state][posState])) \
1037 + GET_PRICE_1(p->isRep[state]) \
1048 price += GET_PRICE_1(p->isRep0Long[state][posState]); in GetPrice_PureRep()
1052 price = GET_PRICE_1(prob); in GetPrice_PureRep()
1058 price += GET_PRICE_1(prob); in GetPrice_PureRep()
1217 matchPrice = GET_PRICE_1(p->isMatch[p->state][posState]); in GetOptimum()
1218 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[p->state]); in GetOptimum()
1491 matchPrice = curPrice + GET_PRICE_1(prob); in GetOptimum()
[all …]