Lines Matching defs:cg
290 int node, cg, ctx, pos;
312 for (cg=0; cg<2; cg++)
314 if (vp56_rac_get_prob_branchy(c, vp6_runv_pct[cg][node]))
315 model->coeff_runv[cg][node] = vp56_rac_gets_nn(c, 7);
319 for (cg=0; cg<6; cg++)
321 if (vp56_rac_get_prob_branchy(c, vp6_ract_pct[ct][pt][cg][node])) {
323 model->coeff_ract[pt][ct][cg][node] = def_prob[node];
325 model->coeff_ract[pt][ct][cg][node] = def_prob[node];
337 for (cg = 0; cg < 6; cg++)
338 if (vp6_build_huff_tree(s, model->coeff_ract[pt][ct][cg],
340 &s->ract_vlc[pt][ct][cg]))
414 int b, cg, idx;
461 cg = FFMIN(vp6_coeff_groups[coeff_idx], 3);
462 vlc_coeff = &s->ract_vlc[pt][ct][cg];
476 int b, i, cg, idx, ctx;
540 cg = vp6_coeff_groups[coeff_idx];
541 model1 = model2 = model->coeff_ract[pt][ct][cg];
702 int pt, ct, cg;
710 for (cg=0; cg<6; cg++)
711 ff_free_vlc(&s->ract_vlc[pt][ct][cg]);