Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c206 CLzmaProb choice2; member
744 p->choice = p->choice2 = kProbInitValue; in LenEnc_Init()
765 RangeEnc_EncodeBit(rc, &p->choice2, 0); in LenEnc_Encode()
770 RangeEnc_EncodeBit(rc, &p->choice2, 1); in LenEnc_Encode()
780 UInt32 b0 = a1 + GET_PRICE_0a(p->choice2); in LenEnc_SetPrices()
781 UInt32 b1 = a1 + GET_PRICE_1a(p->choice2); in LenEnc_SetPrices()