Home
last modified time | relevance | path

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

/external/lzma/C/
DLzmaEnc.c764 #define GET_PRICE_0(prob) p->ProbPrices[(prob) >> kNumMoveReducingBits] macro
1032 ( GET_PRICE_0(p->isRepG0[state]) + GET_PRICE_0(p->isRep0Long[state][posState]))
1038 + GET_PRICE_0(p->isRepG0[state])
1047 price = GET_PRICE_0(prob); in GetPrice_PureRep()
1055 price += GET_PRICE_0(prob); in GetPrice_PureRep()
1209 p->opt[1].price = GET_PRICE_0(p->isMatch[p->state][posState]) + in GetOptimum()
1274 UInt32 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[p->state]); in GetOptimum()
1492 litPrice = curPrice + GET_PRICE_0(prob); in GetOptimum()
1676 + GET_PRICE_0(p->isMatch[state2][posState2]) in GetOptimum()
1739 UInt32 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[state]); in GetOptimum()
[all …]