Searched refs:xlow (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
D | poly_to_lsp.c | 38 int16_t x, y, xlow, ylow, xmid, ymid, xhigh, yhigh, xint; in WebRtcIlbcfix_Poly2Lsp() local 77 xlow = WebRtcIlbcfix_kCosGrid[0]; in WebRtcIlbcfix_Poly2Lsp() 78 ylow = WebRtcIlbcfix_Chebyshev(xlow, f[fi_select]); in WebRtcIlbcfix_Poly2Lsp() 87 xhigh = xlow; in WebRtcIlbcfix_Poly2Lsp() 89 xlow = WebRtcIlbcfix_kCosGrid[j]; in WebRtcIlbcfix_Poly2Lsp() 90 ylow = WebRtcIlbcfix_Chebyshev(xlow, f[fi_select]); in WebRtcIlbcfix_Poly2Lsp() 96 xmid = (xlow >> 1) + (xhigh >> 1); in WebRtcIlbcfix_Poly2Lsp() 104 xlow = xmid; in WebRtcIlbcfix_Poly2Lsp() 113 x = xhigh - xlow; in WebRtcIlbcfix_Poly2Lsp() 117 xint = xlow; in WebRtcIlbcfix_Poly2Lsp() [all …]
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/ |
D | g722_encode.c | 280 int xlow; in WebRtc_g722_encode() local 296 xlow = in WebRtc_g722_encode() 304 xlow = amp[j++] >> 1; in WebRtc_g722_encode() 326 xlow = (sumeven + sumodd) >> 14; in WebRtc_g722_encode() 334 xlow = limitValues(xlow); in WebRtc_g722_encode() 340 el = saturate(xlow - s->band[0].s); in WebRtc_g722_encode()
|
/external/arm-optimized-routines/test/rtest/ |
D | semi.c | 608 int xlow = x[1]; in test_isinf() local 610 if (((xhigh & 0x7fffffff) == 0x7ff00000) && (xlow == 0)) out[0] = 1; in test_isinf()
|