Searched refs:ihigh (Results 1 – 2 of 2) sorted by relevance
295 int ihigh; in g722_encode() local388 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()
269 int ihigh; in g722_decode() local303 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()