Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/lzma/
H A DLzmaDec.c160 CLzmaProb *prob; in LzmaDec_DecodeReal() local
165 prob = probs + IsMatch + (state << kNumPosBitsMax) + posState; in LzmaDec_DecodeReal()
166 IF_BIT_0(prob) in LzmaDec_DecodeReal()
169 UPDATE_0(prob); in LzmaDec_DecodeReal()
170 prob = probs + Literal; in LzmaDec_DecodeReal()
172 prob += (LZMA_LIT_SIZE * (((processedPos & lpMask) << lc) + in LzmaDec_DecodeReal()
182 do { GET_BIT(prob + symbol, symbol) } while (symbol < 0x100); in LzmaDec_DecodeReal()
199 probLit = prob + offs + bit + symbol; in LzmaDec_DecodeReal()
210 UPDATE_1(prob); in LzmaDec_DecodeReal()
211 prob = probs + IsRep + state; in LzmaDec_DecodeReal()
[all …]