Home
last modified time | relevance | path

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

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