Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dentropy_coding.c651 double rc[MAX_ORDER], *inpl, *inph, *outp; in WebRtcIsac_Poly2Lar() local
653 inpl = lowband; in WebRtcIsac_Poly2Lar()
658 outp[0] = inpl[0]; in WebRtcIsac_Poly2Lar()
663 inpl[0] = 1.0; in WebRtcIsac_Poly2Lar()
664 WebRtcIsac_Poly2Rc(inpl, orderLo, rc); in WebRtcIsac_Poly2Lar()
674 inpl += orderLo + 1; in WebRtcIsac_Poly2Lar()