Lines Matching refs:run_index
32 int run_index = s->run_index;
76 run_count = 1 << ff_log2_run[run_index];
78 run_index++;
80 if (ff_log2_run[run_index])
81 run_count = get_bits(&s->gb, ff_log2_run[run_index]);
84 if (run_index)
85 run_index--;
116 run_count, run_index, run_mode, x, get_bits_count(&s->gb));
124 s->run_index = run_index;
142 s->run_index = 0;