Lines Matching refs:node
236 int comp, node;
246 for (node=0; node<7; node++)
247 if (vp56_rac_get_prob_branchy(c, vp6_pdv_pct[comp][node]))
248 model->vector_pdv[comp][node] = vp56_rac_gets_nn(c, 7);
251 for (node=0; node<8; node++)
252 if (vp56_rac_get_prob_branchy(c, vp6_fdv_pct[comp][node]))
253 model->vector_fdv[comp][node] = vp56_rac_gets_nn(c, 7);
290 int node, cg, ctx, pos;
297 for (node=0; node<11; node++)
298 if (vp56_rac_get_prob_branchy(c, vp6_dccv_pct[pt][node])) {
299 def_prob[node] = vp56_rac_gets_nn(c, 7);
300 model->coeff_dccv[pt][node] = def_prob[node];
302 model->coeff_dccv[pt][node] = def_prob[node];
313 for (node=0; node<14; node++)
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);
320 for (node=0; node<11; node++)
321 if (vp56_rac_get_prob_branchy(c, vp6_ract_pct[ct][pt][cg][node])) {
322 def_prob[node] = vp56_rac_gets_nn(c, 7);
323 model->coeff_ract[pt][ct][cg][node] = def_prob[node];
325 model->coeff_ract[pt][ct][cg][node] = def_prob[node];
348 for (node=0; node<5; node++)
349 model->coeff_dcct[pt][ctx][node] = av_clip(((model->coeff_dccv[pt][node] * vp6_dccv_lc[ctx][node][0] + 128) >> 8) + vp6_dccv_lc[ctx][node][1], 1, 255);