Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/ilbc/
Dpoly_to_lsp.c78 ylow = WebRtcIlbcfix_Chebyshev(xlow, f[fi_select]); in WebRtcIlbcfix_Poly2Lsp()
90 ylow = WebRtcIlbcfix_Chebyshev(xlow, f[fi_select]); in WebRtcIlbcfix_Poly2Lsp()
97 ymid = WebRtcIlbcfix_Chebyshev(xmid, f[fi_select]); in WebRtcIlbcfix_Poly2Lsp()
148 ylow = WebRtcIlbcfix_Chebyshev(xlow, f[fi_select]); in WebRtcIlbcfix_Poly2Lsp()
Dchebyshev.h31 int16_t WebRtcIlbcfix_Chebyshev(
Dchebyshev.c29 int16_t WebRtcIlbcfix_Chebyshev( in WebRtcIlbcfix_Chebyshev() function