Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dfilters.c66 static void AllpassFilterForDec32(int16_t *InOut16, //Q0 in AllpassFilterForDec32() function
107 AllpassFilterForDec32(data_vec+1, kApUpperQ15, N, state_in); in WebRtcIsacfix_DecimateAllpass32()
108 AllpassFilterForDec32(data_vec, kApLowerQ15, N, state_in+ALLPASSSECTIONS); in WebRtcIsacfix_DecimateAllpass32()