Lines Matching refs:CLzmaProb
22 #define UPDATE_0(p) range = bound; *(p) = (CLzmaProb)(ttt + ((kBitModelTotal - ttt) >> kNumMoveBits…
23 #define UPDATE_1(p) range -= bound; code -= bound; *(p) = (CLzmaProb)(ttt - (ttt >> kNumMoveBits));
142 CLzmaProb *probs = p->probs; in LzmaDec_DecodeReal()
164 CLzmaProb *prob; in LzmaDec_DecodeReal()
206 CLzmaProb *probLit; in LzmaDec_DecodeReal()
213 CLzmaProb *probLit; in LzmaDec_DecodeReal()
295 CLzmaProb *probLen = prob + LenChoice; in LzmaDec_DecodeReal()
525 CLzmaProb *probs = p->probs; in LzmaDec_TryDummy()
530 CLzmaProb *prob; in LzmaDec_TryDummy()
562 CLzmaProb *probLit; in LzmaDec_TryDummy()
632 CLzmaProb *probLen = prob + LenChoice; in LzmaDec_TryDummy()
744 CLzmaProb *probs = p->probs; in LzmaDec_InitStateReal()
963 p->probs = (CLzmaProb *)alloc->Alloc(alloc, numProbs * sizeof(CLzmaProb)); in LzmaDec_AllocateProbs2()