Searched refs:wfft (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/src/modules/audio_processing/ns/ |
D | ns_core.h | 80 float wfft[W_LENGTH]; member
|
D | ns_core.c | 114 WebRtc_rdft(inst->anaLen, 1, inst->dataBuf, inst->ip, inst->wfft); in WebRtcNs_InitCore() 865 WebRtc_rdft(inst->anaLen, 1, winData, inst->ip, inst->wfft); in WebRtcNs_ProcessCore() 1158 WebRtc_rdft(inst->anaLen, -1, winData, inst->ip, inst->wfft); in WebRtcNs_ProcessCore()
|