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