Lines Matching defs:rc_stat2
188 uint64_t rc_stat2[32][2])
196 rc_stat2[(S) - state][B]++; \
761 s->rc_stat2[i] = av_mallocz(s->context_count[i] *
762 sizeof(*s->rc_stat2[i]));
763 if (!s->rc_stat2[i])
793 s->rc_stat2[i][j][k][m] = strtol(p, &next, 0);
827 if (s->rc_stat2[i][j][k][0] + s->rc_stat2[i][j][k][1] > 200 && j || a+b > 200) {
836 a += s->rc_stat2[i][j][k][0];
837 b += s->rc_stat2[i][j][k][1];
893 av_assert0(!sf->rc_stat2[i]);
894 sf->rc_stat2[i] = av_mallocz(s->context_count[i] *
895 sizeof(*sf->rc_stat2[i]));
896 if (!sf->rc_stat2[i])
1116 memset(f->rc_stat2[i], 0, f->context_count[i] * sizeof(*f->rc_stat2[i]));
1128 f->rc_stat2[i][k][m][0] += fs->rc_stat2[i][k][m][0];
1129 f->rc_stat2[i][k][m][1] += fs->rc_stat2[i][k][m][1];
1145 f->rc_stat2[i][j][m][0], f->rc_stat2[i][j][m][1]);