#include <string.h>
#include "webrtc/base/checks.h"
#include "webrtc/modules/audio_processing/ns/noise_suppression_x.h"
#include "webrtc/modules/audio_processing/ns/nsx_core.h"
|
void | WebRtcNsx_SpeechNoiseProb (NoiseSuppressionFixedC *inst, uint16_t *nonSpeechProbFinal, uint32_t *priorLocSnr, uint32_t *postLocSnr) |
|
void | WebRtcNsx_AnalysisUpdate_mips (NoiseSuppressionFixedC *inst, int16_t *out, int16_t *new_speech) |
|
void | WebRtcNsx_SynthesisUpdate_mips (NoiseSuppressionFixedC *inst, int16_t *out_frame, int16_t gain_factor) |
|
void | WebRtcNsx_PrepareSpectrum_mips (NoiseSuppressionFixedC *inst, int16_t *freq_buf) |
|
void | WebRtcNsx_NormalizeRealBuffer_mips (NoiseSuppressionFixedC *inst, const int16_t *in, int16_t *out) |
|
◆ WebRtcNsx_AnalysisUpdate_mips()
◆ WebRtcNsx_NormalizeRealBuffer_mips()
◆ WebRtcNsx_PrepareSpectrum_mips()
◆ WebRtcNsx_SpeechNoiseProb()
◆ WebRtcNsx_SynthesisUpdate_mips()