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

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c653 #define GET_PRICE_0a(prob) ProbPrices[(prob) >> kNumMoveReducingBits] macro
778 UInt32 a0 = GET_PRICE_0a(p->choice);
780 UInt32 b0 = a1 + GET_PRICE_0a(p->choice2);

Completed in 66 milliseconds