Lines Matching refs:ff_vp56_b6to4
202 ctx = 6*s->coeff_ctx[ff_vp56_b6to4[b]][0]
212 s->coeff_ctx[ff_vp56_b6to4[b]][coeff_idx] = 4;
221 s->coeff_ctx[ff_vp56_b6to4[b]][coeff_idx] = 3;
224 s->coeff_ctx[ff_vp56_b6to4[b]][coeff_idx] = 2;
231 s->coeff_ctx[ff_vp56_b6to4[b]][coeff_idx] = 1;
243 s->coeff_ctx[ff_vp56_b6to4[b]][coeff_idx] = 0;
250 ctx = s->coeff_ctx[ff_vp56_b6to4[b]][coeff_idx];
255 ctx_last = FFMIN(s->coeff_ctx_last[ff_vp56_b6to4[b]], 24);
256 s->coeff_ctx_last[ff_vp56_b6to4[b]] = coeff_idx;
259 s->coeff_ctx[ff_vp56_b6to4[b]][i] = 5;
260 s->above_blocks[s->above_block_idx[b]].not_null_dc = s->coeff_ctx[ff_vp56_b6to4[b]][0];