Lines Matching refs:totfr
168 uint32_t totfr = cnt[maxc];
173 if ((ret = s->get_freq(rc, totfr, &value)) < 0)
188 if ((ret = s->decode(gb, rc, cumfr, cnt_c, totfr)) < 0)
192 totfr += step;
193 if (totfr > BOT) {
194 totfr = 0;
198 totfr += nc;
202 cnt[maxc] = totfr;
212 uint32_t totfr = pixel->total_freq;
216 if ((ret = s->get_freq(rc, totfr, &value)) < 0)
242 if ((ret = s->decode(gb, rc, cumfr, cnt_c, totfr)) < 0)
247 totfr += step;
248 if (totfr > BOT) {
249 totfr = 0;
253 totfr += nc;
263 pixel->total_freq = totfr;