Home
last modified time | relevance | path

Searched refs:xmid (Results 1 – 2 of 2) 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
96 xmid = (xlow >> 1) + (xhigh >> 1); in WebRtcIlbcfix_Poly2Lsp()
97 ymid = WebRtcIlbcfix_Chebyshev(xmid, f[fi_select]); in WebRtcIlbcfix_Poly2Lsp()
101 xhigh = xmid; in WebRtcIlbcfix_Poly2Lsp()
104 xlow = xmid; in WebRtcIlbcfix_Poly2Lsp()
/external/libopus/silk/
DA2NLSF.c134 opus_int32 xlo, xhi, xmid; in silk_A2NLSF() local
186 xmid = silk_RSHIFT_ROUND( xlo + xhi, 1 ); in silk_A2NLSF()
187 ymid = silk_A2NLSF_eval_poly( p, xmid, dd ); in silk_A2NLSF()
192 xhi = xmid; in silk_A2NLSF()
196 xlo = xmid; in silk_A2NLSF()