Home
last modified time | relevance | path

Searched refs:WebRtcIsac_Poly2Rc (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dentropy_coding.h198 void WebRtcIsac_Poly2Rc(double* a, int N, double* RC);
Dentropy_coding.c608 void WebRtcIsac_Poly2Rc(double* a, int N, double* RC) { in WebRtcIsac_Poly2Rc() function
664 WebRtcIsac_Poly2Rc(inpl, orderLo, rc); in WebRtcIsac_Poly2Lar()
670 WebRtcIsac_Poly2Rc(inph, orderHi, rc); in WebRtcIsac_Poly2Lar()
706 WebRtcIsac_Poly2Rc(poly, vecSize, rc); in WebRtcIsac_Poly2LarUB()