Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Dentropy_coding.c643 void WebRtcIsac_Lar2Rc(const double* lar, double* refc, int order) { in WebRtcIsac_Lar2Rc() function
731 WebRtcIsac_Lar2Rc(&inp[2], rc, orderLo); in WebRtcIsac_Lar2Poly()
735 WebRtcIsac_Lar2Rc(&inp[orderLo + 2], rc, orderHi); in WebRtcIsac_Lar2Poly()
770 WebRtcIsac_Lar2Rc(larInterpol, rc, UB_LPC_ORDER); in WebRtcIsac_Lar2PolyInterpolUB()