Searched refs:freqSum (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/libarchive/libarchive/ |
| H A D | archive_ppmd7.c | 928 UInt32 freqSum, count, hiCnt; in Ppmd7_DecodeSymbol() local 952 see = Ppmd7_MakeEscFreq(p, numMasked, &freqSum); in Ppmd7_DecodeSymbol() 953 freqSum += hiCnt; in Ppmd7_DecodeSymbol() 954 count = rc->GetThreshold(rc, freqSum); in Ppmd7_DecodeSymbol() 969 if (count >= freqSum) in Ppmd7_DecodeSymbol() 971 rc->Decode(rc, hiCnt, freqSum - hiCnt); in Ppmd7_DecodeSymbol() 972 see->Summ = (UInt16)(see->Summ + freqSum); in Ppmd7_DecodeSymbol()
|
| H A D | archive_ppmd8.c | 1226 UInt32 freqSum, count, hiCnt; in Ppmd8_DecodeSymbol() local 1250 see = Ppmd8_MakeEscFreq(p, numMasked, &freqSum); in Ppmd8_DecodeSymbol() 1251 freqSum += hiCnt; in Ppmd8_DecodeSymbol() 1252 count = RangeDec_GetThreshold(p, freqSum); in Ppmd8_DecodeSymbol() 1267 if (count >= freqSum) in Ppmd8_DecodeSymbol() 1269 RangeDec_Decode(p, hiCnt, freqSum - hiCnt); in Ppmd8_DecodeSymbol() 1270 see->Summ = (UInt16)(see->Summ + freqSum); in Ppmd8_DecodeSymbol()
|