Searched refs:WebRtcIsac_Poly2Rc (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | entropy_coding.h | 198 void WebRtcIsac_Poly2Rc(double* a, int N, double* RC);
|
D | entropy_coding.c | 608 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()
|