Home
last modified time | relevance | path

Searched refs:xhigh (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dpoly_to_lsp.c38 int16_t x, y, xlow, ylow, xmid, ymid, xhigh, yhigh, xint; in WebRtcIlbcfix_Poly2Lsp() local
87 xhigh = xlow; in WebRtcIlbcfix_Poly2Lsp()
96 xmid = (xlow >> 1) + (xhigh >> 1); in WebRtcIlbcfix_Poly2Lsp()
101 xhigh = xmid; in WebRtcIlbcfix_Poly2Lsp()
113 x = xhigh - xlow; in WebRtcIlbcfix_Poly2Lsp()
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/
Dg722_encode.c281 int xhigh; in WebRtc_g722_encode() local
291 xhigh = 0; in WebRtc_g722_encode()
297 xhigh = amp[j++] >> 1; in WebRtc_g722_encode()
327 xhigh = (sumeven - sumodd) >> 14; in WebRtc_g722_encode()
335 xhigh = limitValues(xhigh); in WebRtc_g722_encode()
383 eh = saturate(xhigh - s->band[1].s); in WebRtc_g722_encode()
/external/arm-optimized-routines/test/rtest/
Dsemi.c560 int xhigh = x[0] & 0x7fffffff; in test_copysign() local
562 out[0] = ysign | xhigh; in test_copysign()
572 int xhigh = x[0] & 0x7fffffff; in test_copysignf() local
574 out[0] = ysign | xhigh; in test_copysignf()
582 int xhigh = x[0]; in test_isfinite() local
584 if ((xhigh & 0x7ff00000) == 0x7ff00000) out[0] = 0; in test_isfinite()
607 int xhigh = x[0]; in test_isinf() local
610 if (((xhigh & 0x7fffffff) == 0x7ff00000) && (xlow == 0)) out[0] = 1; in test_isinf()