Searched refs:xhigh (Results 1 – 3 of 3) sorted by relevance
39 int16_t x, y, xlow, ylow, xmid, ymid, xhigh, yhigh, xint; in WebRtcIlbcfix_Poly2Lsp() local88 xhigh = xlow; in WebRtcIlbcfix_Poly2Lsp()97 xmid = (xlow >> 1) + (xhigh >> 1); in WebRtcIlbcfix_Poly2Lsp()102 xhigh = xmid; in WebRtcIlbcfix_Poly2Lsp()114 x = xhigh - xlow; in WebRtcIlbcfix_Poly2Lsp()
276 int xhigh; in WebRtc_g722_encode() local286 xhigh = 0; in WebRtc_g722_encode()292 xhigh = amp[j++] >> 1; in WebRtc_g722_encode()322 xhigh = (sumeven - sumodd) >> 14; in WebRtc_g722_encode()330 xhigh = limitValues(xhigh); in WebRtc_g722_encode()378 eh = saturate(xhigh - s->band[1].s); in WebRtc_g722_encode()
560 int xhigh = x[0] & 0x7fffffff; in test_copysign() local562 out[0] = ysign | xhigh; in test_copysign()572 int xhigh = x[0] & 0x7fffffff; in test_copysignf() local574 out[0] = ysign | xhigh; in test_copysignf()582 int xhigh = x[0]; in test_isfinite() local584 if ((xhigh & 0x7ff00000) == 0x7ff00000) out[0] = 0; in test_isfinite()607 int xhigh = x[0]; in test_isinf() local610 if (((xhigh & 0x7fffffff) == 0x7ff00000) && (xlow == 0)) out[0] = 1; in test_isinf()