Home
last modified time | relevance | path

Searched refs:ymid (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
97 ymid = WebRtcIlbcfix_Chebyshev(xmid, f[fi_select]); in WebRtcIlbcfix_Poly2Lsp()
99 if (ylow * ymid <= 0) { in WebRtcIlbcfix_Poly2Lsp()
100 yhigh = ymid; in WebRtcIlbcfix_Poly2Lsp()
103 ylow = ymid; in WebRtcIlbcfix_Poly2Lsp()
/external/libopus/silk/
DA2NLSF.c135 opus_int32 ylo, yhi, ymid, thr; in silk_A2NLSF() local
187 ymid = silk_A2NLSF_eval_poly( p, xmid, dd ); in silk_A2NLSF()
190 if( ( ylo <= 0 && ymid >= 0 ) || ( ylo >= 0 && ymid <= 0 ) ) { in silk_A2NLSF()
193 yhi = ymid; in silk_A2NLSF()
197 ylo = ymid; in silk_A2NLSF()