Home
last modified time | relevance | path

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

/external/lzma/C/
DLzmaEnc.c680 #define GET_PRICE_0(prob) p->ProbPrices[(prob) >> kNumMoveReducingBits] macro
914 GET_PRICE_0(p->isRepG0[state]) + in GetRepLen1Price()
915 GET_PRICE_0(p->isRep0Long[state][posState]); in GetRepLen1Price()
923 price = GET_PRICE_0(p->isRepG0[state]); in GetPureRepPrice()
930 price += GET_PRICE_0(p->isRepG1[state]); in GetPureRepPrice()
1073 p->opt[1].price = GET_PRICE_0(p->isMatch[p->state][posState]) + in GetOptimum()
1132 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[p->state]); in GetOptimum()
1286 curAnd1Price = curPrice + GET_PRICE_0(p->isMatch[state][posState]); in GetOptimum()
1419 GET_PRICE_0(p->isMatch[state2][posStateNext]) + in GetOptimum()
1462 UInt32 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[state]); in GetOptimum()
[all …]