Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Dentropy_coding.c752 void WebRtcIsac_Lar2PolyInterpolUB(double* larVecs, double* percepFilterParams, in WebRtcIsac_Lar2PolyInterpolUB() argument
761 delta[coeffCntr] = (larVecs[UB_LPC_ORDER + coeffCntr] - in WebRtcIsac_Lar2PolyInterpolUB()
762 larVecs[coeffCntr]) / (numPolyVecs - 1); in WebRtcIsac_Lar2PolyInterpolUB()
767 larInterpol[coeffCntr] = larVecs[coeffCntr] + in WebRtcIsac_Lar2PolyInterpolUB()