Home
last modified time | relevance | path

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

/external/lzma/C/
DPpmd7Dec.c142 UInt32 freqSum, count, hiCnt; in Ppmd7_DecodeSymbol() local
166 see = Ppmd7_MakeEscFreq(p, numMasked, &freqSum); in Ppmd7_DecodeSymbol()
167 freqSum += hiCnt; in Ppmd7_DecodeSymbol()
168 count = rc->GetThreshold(rc, freqSum); in Ppmd7_DecodeSymbol()
183 if (count >= freqSum) in Ppmd7_DecodeSymbol()
185 rc->Decode(rc, hiCnt, freqSum - hiCnt); in Ppmd7_DecodeSymbol()
186 see->Summ = (UInt16)(see->Summ + freqSum); in Ppmd7_DecodeSymbol()