Home
last modified time | relevance | path

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

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