Home
last modified time | relevance | path

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

/external/lzma/C/
DLzmaEnc.c641 #define GET_PRICE_1(prob) p->ProbPrices[((prob) ^ (kBitModelTotal - 1)) >> kNumMoveReducingBits] macro
882 price += GET_PRICE_1(p->isRep0Long[state][posState]); in GetPureRepPrice()
886 price = GET_PRICE_1(p->isRepG0[state]); in GetPureRepPrice()
891 price += GET_PRICE_1(p->isRepG1[state]); in GetPureRepPrice()
1034 matchPrice = GET_PRICE_1(p->isMatch[p->state][posState]); in GetOptimum()
1035 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[p->state]); in GetOptimum()
1255 matchPrice = curPrice + GET_PRICE_1(p->isMatch[state][posState]); in GetOptimum()
1256 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[state]); in GetOptimum()
1297 GET_PRICE_1(p->isMatch[state2][posStateNext]) + in GetOptimum()
1298 GET_PRICE_1(p->isRep[state2]); in GetOptimum()
[all …]