Searched refs:ihigh (Results 1 – 2 of 2) sorted by relevance
294 int ihigh; in g722_encode() local387 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()
268 int ihigh; in g722_decode() local302 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()