Home
last modified time | relevance | path

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); in LenEnc_SetPrices()
780 UInt32 b0 = a1 + GET_PRICE_0a(p->choice2); in LenEnc_SetPrices()