Home
last modified time | relevance | path

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

/external/lzma/C/
DLzmaEnc.c643 #define GET_PRICE_0a(prob) ProbPrices[(prob) >> kNumMoveReducingBits] macro
768 UInt32 a0 = GET_PRICE_0a(p->choice); in LenEnc_SetPrices()
770 UInt32 b0 = a1 + GET_PRICE_0a(p->choice2); in LenEnc_SetPrices()