Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core.h110 } NoiseSuppressionFixedC; typedef
132 int32_t WebRtcNsx_InitCore(NoiseSuppressionFixedC* inst, uint32_t fs);
149 int WebRtcNsx_set_policy_core(NoiseSuppressionFixedC* inst, int mode);
165 void WebRtcNsx_ProcessCore(NoiseSuppressionFixedC* inst,
175 typedef void (*NoiseEstimation)(NoiseSuppressionFixedC* inst,
182 typedef void (*PrepareSpectrum)(NoiseSuppressionFixedC* inst,
188 typedef void (*SynthesisUpdate)(NoiseSuppressionFixedC* inst,
194 typedef void (*AnalysisUpdate)(NoiseSuppressionFixedC* inst,
200 typedef void (*Denormalize)(NoiseSuppressionFixedC* inst,
206 typedef void (*NormalizeRealBuffer)(NoiseSuppressionFixedC* inst,
[all …]
Dnoise_suppression_x.c20 NoiseSuppressionFixedC* self = malloc(sizeof(NoiseSuppressionFixedC)); in WebRtcNsx_Create()
28 WebRtcSpl_FreeRealFFT(((NoiseSuppressionFixedC*)nsxInst)->real_fft); in WebRtcNsx_Free()
33 return WebRtcNsx_InitCore((NoiseSuppressionFixedC*)nsxInst, fs); in WebRtcNsx_Init()
37 return WebRtcNsx_set_policy_core((NoiseSuppressionFixedC*)nsxInst, mode); in WebRtcNsx_set_policy()
44 WebRtcNsx_ProcessCore((NoiseSuppressionFixedC*)nsxInst, speechFrame, in WebRtcNsx_Process()
Dnsx_core_mips.c26 void WebRtcNsx_SpeechNoiseProb(NoiseSuppressionFixedC* inst, in WebRtcNsx_SpeechNoiseProb()
331 void WebRtcNsx_AnalysisUpdate_mips(NoiseSuppressionFixedC* inst, in WebRtcNsx_AnalysisUpdate_mips()
505 void WebRtcNsx_SynthesisUpdate_mips(NoiseSuppressionFixedC* inst, in WebRtcNsx_SynthesisUpdate_mips()
755 void WebRtcNsx_PrepareSpectrum_mips(NoiseSuppressionFixedC* inst, in WebRtcNsx_PrepareSpectrum_mips()
861 void WebRtcNsx_Denormalize_mips(NoiseSuppressionFixedC* inst, in WebRtcNsx_Denormalize_mips()
951 void WebRtcNsx_NormalizeRealBuffer_mips(NoiseSuppressionFixedC* inst, in WebRtcNsx_NormalizeRealBuffer_mips()
Dnsx_core.c303 static void UpdateNoiseEstimate(NoiseSuppressionFixedC* inst, int offset) { in UpdateNoiseEstimate()
334 static void NoiseEstimationC(NoiseSuppressionFixedC* inst, in NoiseEstimationC()
456 static void PrepareSpectrumC(NoiseSuppressionFixedC* inst, int16_t* freq_buf) { in PrepareSpectrumC()
477 static void DenormalizeC(NoiseSuppressionFixedC* inst, in DenormalizeC()
491 static void SynthesisUpdateC(NoiseSuppressionFixedC* inst, in SynthesisUpdateC()
523 static void AnalysisUpdateC(NoiseSuppressionFixedC* inst, in AnalysisUpdateC()
542 static void NormalizeRealBufferC(NoiseSuppressionFixedC* inst, in NormalizeRealBufferC()
583 void WebRtcNsx_CalcParametricNoiseEstimate(NoiseSuppressionFixedC* inst, in WebRtcNsx_CalcParametricNoiseEstimate()
628 int32_t WebRtcNsx_InitCore(NoiseSuppressionFixedC* inst, uint32_t fs) { in WebRtcNsx_InitCore()
783 int WebRtcNsx_set_policy_core(NoiseSuppressionFixedC* inst, int mode) { in WebRtcNsx_set_policy_core()
[all …]
Dnsx_core_neon.c59 static void UpdateNoiseEstimateNeon(NoiseSuppressionFixedC* inst, int offset) { in UpdateNoiseEstimateNeon()
134 void WebRtcNsx_NoiseEstimationNeon(NoiseSuppressionFixedC* inst, in WebRtcNsx_NoiseEstimationNeon()
355 void WebRtcNsx_PrepareSpectrumNeon(NoiseSuppressionFixedC* inst, in WebRtcNsx_PrepareSpectrumNeon()
445 void WebRtcNsx_SynthesisUpdateNeon(NoiseSuppressionFixedC* inst, in WebRtcNsx_SynthesisUpdateNeon()
537 void WebRtcNsx_AnalysisUpdateNeon(NoiseSuppressionFixedC* inst, in WebRtcNsx_AnalysisUpdateNeon()
Dnsx_core_c.c26 void WebRtcNsx_SpeechNoiseProb(NoiseSuppressionFixedC* inst, in WebRtcNsx_SpeechNoiseProb()