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

/opensolaris-onvv-gate/usr/src/common/lzma/
H A DLzmaEnc.c654 #define GET_PRICE_1a(prob) ProbPrices[((prob) ^ (kBitModelTotal - 1)) >> kNumMoveReducingBits] macro
779 UInt32 a1 = GET_PRICE_1a(p->choice);
781 UInt32 b1 = a1 + GET_PRICE_1a(p->choice2);

Completed in 94 milliseconds