Lines Matching defs:rc_stat
187 uint64_t rc_stat[256][2],
194 if (rc_stat) { \
195 rc_stat[*(S)][B]++; \
476 s->rc_stat[old][0] * -log2((256 - (new)) / 256.0) + \
477 s->rc_stat[old][1] * -log2((new) / 256.0)
487 FFSWAP(int, s->rc_stat[i][0], s->rc_stat[i2][0]);
488 FFSWAP(int, s->rc_stat[i][1], s->rc_stat[i2][1]);
491 FFSWAP(int, s->rc_stat[256 - i][0], s->rc_stat[256 - i2][0]);
492 FFSWAP(int, s->rc_stat[256 - i][1], s->rc_stat[256 - i2][1]);
780 s->rc_stat[j][i] = strtol(p, &next, 0);
1114 memset(f->rc_stat, 0, sizeof(f->rc_stat));
1122 f->rc_stat[i][0] += fs->rc_stat[i][0];
1123 f->rc_stat[i][1] += fs->rc_stat[i][1];
1136 f->rc_stat[j][0], f->rc_stat[j][1]);