Lines Matching defs:count
72 UInt32 count, hiCnt;
78 count = RC_GetThreshold(summFreq);
79 hiCnt = count;
81 if ((Int32)(count -= s->Freq) < 0)
96 if ((Int32)(count -= (++s)->Freq) < 0)
99 RC_DecodeFinal((hiCnt - count) - s->Freq, s->Freq)
111 hiCnt -= count;
187 UInt32 freqSum, count, hiCnt;
233 count = RC_GetThreshold(freqSum);
235 if (count < hiCnt)
240 hiCnt = count;
241 // count -= s->Freq & (unsigned)(MASK(s->Symbol));
242 // if ((Int32)count >= 0)
246 count -= s->Freq & (unsigned)(MASK((s)->Symbol)); s++; if ((Int32)count < 0) break;
247 // count -= s->Freq & (unsigned)(MASK((s)->Symbol)); s++; if ((Int32)count < 0) break;
251 RC_DecodeFinal((hiCnt - count) - s->Freq, s->Freq)
261 if (count >= freqSum)