Lines Matching refs:coeff_idx
188 int coeff, sign, coeff_idx;
207 coeff_idx = 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;
236 if (coeff_idx)
238 s->block_coeff[b][permute[coeff_idx]] = coeff;
243 s->coeff_ctx[ff_vp56_b6to4[b]][coeff_idx] = 0;
245 coeff_idx++;
246 if (coeff_idx >= 64)
249 cg = vp5_coeff_groups[coeff_idx];
250 ctx = s->coeff_ctx[ff_vp56_b6to4[b]][coeff_idx];
256 s->coeff_ctx_last[ff_vp56_b6to4[b]] = coeff_idx;
257 if (coeff_idx < ctx_last)
258 for (i=coeff_idx; i<=ctx_last; i++)