Lines Matching refs:coeff_idx
413 int coeff, sign, coeff_idx;
422 for (coeff_idx = 0;;) {
424 if (coeff_idx<2 && s->nb_null[coeff_idx][pt]) {
425 s->nb_null[coeff_idx][pt]--;
426 if (coeff_idx)
433 if (coeff_idx) {
434 int pt = (coeff_idx >= 6);
442 if (coeff_idx == 1) /* first AC coeff ? */
452 if (coeff_idx)
454 idx = model->coeff_index_to_pos[coeff_idx];
458 coeff_idx+=run;
459 if (coeff_idx >= 64)
461 cg = FFMIN(vp6_coeff_groups[coeff_idx], 3);
464 s->idct_selector[b] = model->coeff_index_to_idct_selector[FFMIN(coeff_idx, 63)];
475 int coeff, sign, coeff_idx;
495 coeff_idx = 0;
497 if ((coeff_idx>1 && ct==0) || vp56_rac_get_prob_branchy(c, model2[0])) {
518 if (coeff_idx)
520 idx = model->coeff_index_to_pos[coeff_idx];
526 if (coeff_idx > 0) {
530 model3 = model->coeff_runv[coeff_idx >= 6];
537 coeff_idx += run;
538 if (coeff_idx >= 64)
540 cg = vp6_coeff_groups[coeff_idx];
546 s->idct_selector[b] = model->coeff_index_to_idct_selector[FFMIN(coeff_idx, 63)];