Home
last modified time | relevance | path

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

/system/bt/embdrv/g722/
Dg722_decode.cc270 int dhigh; in g722_decode() local
361 dhigh = (s->band[1].det*wd2) >> 15; in g722_decode()
363 rhigh = dhigh + s->band[1].s; in g722_decode()
390 block4(&s->band[1], dhigh); in g722_decode()
Dg722_encode.cc275 int dhigh; in g722_encode() local
392 dhigh = (s->band[1].det*wd2) >> 15; in g722_encode()
411 block4(&s->band[1], dhigh); in g722_encode()