Lines Matching defs:run
211 int i, j, level, run;
222 for (run = 0; run < 2; run++) {
223 int index = level * (1 << 1) | run;
234 (!run || (ctx->cid_table->ac_info[2*j+1] & 2) && run)) {
256 int run = ctx->cid_table->run[i];
257 av_assert0(run < 63);
258 ctx->run_codes[run] = ctx->cid_table->run_codes[i];
259 ctx->run_bits[run] = ctx->cid_table->run_bits[i];