Searched refs:rhigh (Results 1 – 1 of 1) sorted by relevance
270 int rhigh; in g722_decode() local282 rhigh = 0; in g722_decode()362 rhigh = dhigh + s->band[1].s; in g722_decode()368 if (rhigh > 16383) in g722_decode()369 rhigh = 16383; in g722_decode()370 else if (rhigh < -16384) in g722_decode()371 rhigh = -16384; in g722_decode()394 s->x[22] = rlow + rhigh; in g722_decode()395 s->x[23] = rlow - rhigh; in g722_decode()