Home
last modified time | relevance | path

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

/external/lzma/C/
DPpmd7Dec.c144 UInt32 freqSum, count, hiCnt; in Ppmd7_DecodeSymbol() local
168 see = Ppmd7_MakeEscFreq(p, numMasked, &freqSum); in Ppmd7_DecodeSymbol()
169 freqSum += hiCnt; in Ppmd7_DecodeSymbol()
170 count = rc->GetThreshold(rc, freqSum); in Ppmd7_DecodeSymbol()
185 if (count >= freqSum) in Ppmd7_DecodeSymbol()
187 rc->Decode(rc, hiCnt, freqSum - hiCnt); in Ppmd7_DecodeSymbol()
188 see->Summ = (UInt16)(see->Summ + freqSum); in Ppmd7_DecodeSymbol()