Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/embdrv/g722/
Dg722_encode.cc294 int ihigh; in g722_encode() local
387 ihigh = (eh < 0) ? ihn[mih] : ihp[mih]; in g722_encode()
390 wd2 = qm2[ihigh]; in g722_encode()
394 ih2 = rh2[ihigh]; in g722_encode()
412 code = ((ihigh << 6) | ilow); in g722_encode()
414 code = ((ihigh << 6) | ilow) >> 1; in g722_encode()
416 code = ((ihigh << 6) | ilow) >> 2; in g722_encode()
Dg722_decode.cc268 int ihigh; in g722_decode() local
302 ihigh = (code >> 6) & 0x03; in g722_decode()
307 ihigh = (code >> 5) & 0x03; in g722_decode()
312 ihigh = (code >> 4) & 0x03; in g722_decode()
359 wd2 = qm2[ihigh]; in g722_decode()
374 wd2 = rh2[ihigh]; in g722_decode()