Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_core_c.c62 ComplexInt16* out,
68 ComplexInt16* freq_signal, in WindowAndFFT()
93 ComplexInt16* efw, in InverseFFTAndWindow()
162 ComplexInt16* freq_signal, in TimeToFrequencyDomain()
310 ComplexInt16* dfw = (ComplexInt16*)(((uintptr_t)dfw_buf + 31) & ~31); in WebRtcAecm_ProcessBlock()
311 ComplexInt16* efw = (ComplexInt16*)(((uintptr_t)efw_buf + 31) & ~31); in WebRtcAecm_ProcessBlock()
642 ComplexInt16* out, in ComfortNoise()
Daecm_core_mips.c72 ComplexInt16* out,
78 ComplexInt16* freq_signal, in WindowAndFFT()
83 ComplexInt16* pfreq_signal; in WindowAndFFT()
204 ComplexInt16* efw, in InverseFFTAndWindow()
212 ComplexInt16* pefw = efw; in InverseFFTAndWindow()
628 ComplexInt16* freq_signal, in TimeToFrequencyDomain()
823 ComplexInt16* dfw = (ComplexInt16*)(((uint32_t)dfw_buf + 31) & ~31); in WebRtcAecm_ProcessBlock()
824 ComplexInt16* efw = (ComplexInt16*)(((uint32_t)efw_buf + 31) & ~31); in WebRtcAecm_ProcessBlock()
1254 ComplexInt16* out, in ComfortNoise()
Daecm_core.h32 } ComplexInt16; typedef