Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dfilter_functions.c204 void WebRtcIsac_AllpassFilterForDec(double* InOut, in WebRtcIsac_AllpassFilterForDec() function
234 WebRtcIsac_AllpassFilterForDec(data_vec+1, APupper, N, state_in); in WebRtcIsac_DecimateAllpass()
235 WebRtcIsac_AllpassFilterForDec(data_vec, APlower, N, state_in+ALLPASSSECTIONS); in WebRtcIsac_DecimateAllpass()