Home
last modified time | relevance | path

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

/external/lzma/C/
DLzmaEnc.c681 #define GET_PRICE_1(prob) p->ProbPrices[((prob) ^ (kBitModelTotal - 1)) >> kNumMoveReducingBits] macro
924 price += GET_PRICE_1(p->isRep0Long[state][posState]); in GetPureRepPrice()
928 price = GET_PRICE_1(p->isRepG0[state]); in GetPureRepPrice()
933 price += GET_PRICE_1(p->isRepG1[state]); in GetPureRepPrice()
1081 matchPrice = GET_PRICE_1(p->isMatch[p->state][posState]); in GetOptimum()
1082 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[p->state]); in GetOptimum()
1305 matchPrice = curPrice + GET_PRICE_1(p->isMatch[state][posState]); in GetOptimum()
1306 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[state]); in GetOptimum()
1347 GET_PRICE_1(p->isMatch[state2][posStateNext]) + in GetOptimum()
1348 GET_PRICE_1(p->isRep[state2]); in GetOptimum()
[all …]