Home | History | Annotate | Download | only in enc

Lines Matching refs:streak

160   int streak = 0;
163 ++streak;
168 // population[i] points now to the symbol in the streak of same values.
169 if (streak > 3) {
171 retval += 1.5625 + 0.234375 * streak;
173 retval += 2.578125 + 0.703125 * streak;
177 retval += 1.796875 * streak;
179 retval += 3.28125 * streak;
182 streak = 0;
185 ++streak;