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

/opensolaris-onvv-gate/usr/src/common/lzma/
H A DLzmaEnc.c650 #define GET_PRICE_0(prob) p->ProbPrices[(prob) >> kNumMoveReducingBits] macro
879 GET_PRICE_0(p->isRepG0[state]) +
880 GET_PRICE_0(p->isRep0Long[state][posState]);
888 price = GET_PRICE_0(p->isRepG0[state]);
895 price += GET_PRICE_0(p->isRepG1[state]);
1033 p->opt[1].price = GET_PRICE_0(p->isMatch[p->state][posState]) +
1092 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[p->state]);
1243 curAnd1Price = curPrice + GET_PRICE_0(p->isMatch[state][posState]);
1376 GET_PRICE_0(p->isMatch[state2][posStateNext]) +
1419 UInt32 normalMatchPrice = matchPrice + GET_PRICE_0(
[all...]

Completed in 97 milliseconds