Lines Matching refs:ihigh
265 int ihigh;
268 /* We don't try to get any initial guess for ihigh via
272 for (ihigh = 0; ihigh < 4; ihigh++) {
278 ff_g722_high_inv_quant[ihigh] >> 10;
282 STORE_NODE(1, ff_g722_update_high_predictor(&node->state, dhigh, ihigh), ihigh);
325 int xlow, xhigh, ilow, ihigh;
327 ihigh = encode_high(&c->band[1], xhigh);
330 ff_g722_high_inv_quant[ihigh] >> 10, ihigh);
332 *dst = ihigh << 6 | ilow;