Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/aecm/
Daecm_core_c.cc63 ComplexInt16* out, in ComfortNoise()
177 ComplexInt16* freq_signal, in WindowAndFFT()
202 ComplexInt16* efw, in InverseFFTAndWindow()
266 ComplexInt16* freq_signal, in TimeToFrequencyDomain()
403 ComplexInt16* dfw = (ComplexInt16*)(((uintptr_t)dfw_buf + 31) & ~31); in WebRtcAecm_ProcessBlock()
404 ComplexInt16* efw = (ComplexInt16*)(((uintptr_t)efw_buf + 31) & ~31); in WebRtcAecm_ProcessBlock()
Daecm_core_mips.cc58 ComplexInt16* out,
64 ComplexInt16* freq_signal, in WindowAndFFT()
69 ComplexInt16* pfreq_signal; in WindowAndFFT()
220 ComplexInt16* efw, in InverseFFTAndWindow()
228 ComplexInt16* pefw = efw; in InverseFFTAndWindow()
774 ComplexInt16* freq_signal, in TimeToFrequencyDomain()
957 ComplexInt16* dfw = (ComplexInt16*)(((uint32_t)dfw_buf + 31) & ~31); in WebRtcAecm_ProcessBlock()
958 ComplexInt16* efw = (ComplexInt16*)(((uint32_t)efw_buf + 31) & ~31); in WebRtcAecm_ProcessBlock()
1356 ComplexInt16* out, in ComfortNoise()
Daecm_core.h37 } ComplexInt16; typedef