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

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c651 #define GET_PRICE_1(prob) p->ProbPrices[((prob) ^ (kBitModelTotal - 1)) >> kNumMoveReducingBits] macro
889 price += GET_PRICE_1(p->isRep0Long[state][posState]);
893 price = GET_PRICE_1(p->isRepG0[state]);
898 price += GET_PRICE_1(p->isRepG1[state]);
1041 matchPrice = GET_PRICE_1(p->isMatch[p->state][posState]);
1042 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[p->state]);
1262 matchPrice = curPrice + GET_PRICE_1(p->isMatch[state][posState]);
1263 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[state]);
1304 GET_PRICE_1(p->isMatch[state2][posStateNext]) +
1305 GET_PRICE_1(
[all...]

Completed in 64 milliseconds