Searched refs:NoiseSuppressionFixedC (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/ns/ |
D | nsx_core.h | 110 } 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 …]
|
D | noise_suppression_x.c | 20 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()
|
D | nsx_core_mips.c | 26 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()
|
D | nsx_core.c | 303 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 …]
|
D | nsx_core_neon.c | 59 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()
|
D | nsx_core_c.c | 26 void WebRtcNsx_SpeechNoiseProb(NoiseSuppressionFixedC* inst, in WebRtcNsx_SpeechNoiseProb()
|