Home
last modified time | relevance | path

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

/illumos-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); in LenEnc_SetPrices()
781 UInt32 b1 = a1 + GET_PRICE_1a(p->choice2); in LenEnc_SetPrices()