Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dnoise_suppression.c38 void WebRtcNs_Analyze(NsHandle* NS_inst, const float* spframe) { in WebRtcNs_Analyze() argument
39 WebRtcNs_AnalyzeCore((NoiseSuppressionC*)NS_inst, spframe); in WebRtcNs_Analyze()
43 const float* const* spframe, in WebRtcNs_Process() argument
46 WebRtcNs_ProcessCore((NoiseSuppressionC*)NS_inst, spframe, num_bands, in WebRtcNs_Process()
Dnoise_suppression.h80 void WebRtcNs_Analyze(NsHandle* NS_inst, const float* spframe);
96 const float* const* spframe,
Dnsx_core.c1551 if (fwrite(spframe, sizeof(short), in WebRtcNsx_ProcessCore()