Lines Matching refs:mode_count
81 int got_framing_bit, mode_count, got_mode_header, last_mode_count = 0;
129 mode_count = 0;
135 mode_count++;
136 if (mode_count > 64)
139 if (get_bits(&gb0, 6) + 1 == mode_count) {
141 last_mode_count = mode_count;
167 s->mode_count = mode_count = last_mode_count;
170 s->mode_mask = ((1 << (av_log2(mode_count - 1) + 1)) - 1) << 1;
176 for (i = mode_count - 1; i >= 0; i--) {
246 if (s->mode_count == 1)
250 if (mode >= s->mode_count) {