Home
last modified time | relevance | path

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

/external/lzma/C/
DLzmaEnc.c640 #define GET_PRICE_0(prob) p->ProbPrices[(prob) >> kNumMoveReducingBits] macro
872 GET_PRICE_0(p->isRepG0[state]) + in GetRepLen1Price()
873 GET_PRICE_0(p->isRep0Long[state][posState]); in GetRepLen1Price()
881 price = GET_PRICE_0(p->isRepG0[state]); in GetPureRepPrice()
888 price += GET_PRICE_0(p->isRepG1[state]); in GetPureRepPrice()
1026 p->opt[1].price = GET_PRICE_0(p->isMatch[p->state][posState]) + in GetOptimum()
1085 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[p->state]); in GetOptimum()
1236 curAnd1Price = curPrice + GET_PRICE_0(p->isMatch[state][posState]); in GetOptimum()
1369 GET_PRICE_0(p->isMatch[state2][posStateNext]) + in GetOptimum()
1412 UInt32 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[state]); in GetOptimum()
[all …]