Lines Matching refs:totfr
110 static void rescale(PixelModel3 *m, int *totfr)
120 *totfr = a;
123 static int add_symbol(PixelModel3 *m, int index, uint32_t symbol, int *totfr, int max)
140 *totfr += 50;
141 if (*totfr + 50 > 4096)
142 rescale(m, totfr);
150 uint32_t q, g, maxpos, d, e = *c, totfr = *c;
170 ret = add_symbol(m, q, *value, &totfr, max);
171 *c = totfr;
182 totfr += 50;
185 if (totfr + 50 > 4096)
186 rescale(m, &totfr);
187 *c = totfr;
199 ret = add_symbol(m, q, *value, &totfr, max);
200 *c = totfr;
796 int c, e, g, totfr;
814 rescale(&n, &totfr);