Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dentropy_coding.c717 double rc[MAX_ORDER], *outpl, *outph, *inp; in WebRtcIsac_Lar2Poly() local
720 outpl = lowband; in WebRtcIsac_Lar2Poly()
727 WebRtcIsac_Rc2Poly(rc, orderLo, outpl); in WebRtcIsac_Lar2Poly()
734 outpl[0] = inp[0]; in WebRtcIsac_Lar2Poly()
737 outpl += orderLo + 1; in WebRtcIsac_Lar2Poly()