Lines Matching refs:band
66 c->band[0].scale_factor = 8;
67 c->band[1].scale_factor = 2;
186 nodes[i][0]->state = c->band[i];
318 c->band[0] = nodes[0][0]->state;
319 c->band[1] = nodes[1][0]->state;
327 ihigh = encode_high(&c->band[1], xhigh);
328 ilow = encode_low (&c->band[0], xlow);
329 ff_g722_update_high_predictor(&c->band[1], c->band[1].scale_factor *
331 ff_g722_update_low_predictor(&c->band[0], ilow >> 2);