Lines Matching defs:cg
140 int node, cg, ctx;
157 for (cg=0; cg<6; cg++)
159 if (vp56_rac_get_prob_branchy(c, vp5_ract_pct[ct][pt][cg][node])) {
161 model->coeff_ract[pt][ct][cg][node] = def_prob[node];
163 model->coeff_ract[pt][ct][cg][node] = def_prob[node];
175 for (cg=0; cg<3; cg++)
178 model->coeff_acct[pt][ct][cg][ctx][node] = av_clip(((model->coeff_ract[pt][ct][cg][node] * vp5_ract_lc[ct][cg][node][ctx][0] + 128) >> 8) + vp5_ract_lc[ct][cg][node][ctx][1], 1, 254);
189 int b, i, cg, idx, ctx, ctx_last;
249 cg = vp5_coeff_groups[coeff_idx];
251 model1 = model->coeff_ract[pt][ct][cg];
252 model2 = cg > 2 ? model1 : model->coeff_acct[pt][ct][cg][ctx];