Home
last modified time | relevance | path

Searched refs:rhigh (Results 1 – 1 of 1) sorted by relevance

/system/bt/embdrv/g722/
Dg722_decode.cc271 int rhigh; in g722_decode() local
283 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()