Home
last modified time | relevance | path

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

/system/bt/embdrv/g722/
Dg722_encode.cc295 int ihigh; in g722_encode() local
388 ihigh = (eh < 0) ? ihn[mih] : ihp[mih]; in g722_encode()
391 wd2 = qm2[ihigh]; in g722_encode()
395 ih2 = rh2[ihigh]; in g722_encode()
413 code = ((ihigh << 6) | ilow); in g722_encode()
415 code = ((ihigh << 6) | ilow) >> 1; in g722_encode()
417 code = ((ihigh << 6) | ilow) >> 2; in g722_encode()
Dg722_decode.cc269 int ihigh; in g722_decode() local
303 ihigh = (code >> 6) & 0x03; in g722_decode()
308 ihigh = (code >> 5) & 0x03; in g722_decode()
313 ihigh = (code >> 4) & 0x03; in g722_decode()
360 wd2 = qm2[ihigh]; in g722_decode()
375 wd2 = rh2[ihigh]; in g722_decode()