Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/ns/
Dnoise_suppression.c36 *NS_inst = (NsHandle*) malloc(sizeof(NSinst_t)); in WebRtcNs_Create()
38 (*(NSinst_t**)NS_inst)->initFlag = 0; in WebRtcNs_Create()
53 return WebRtcNs_InitCore((NSinst_t*) NS_inst, fs); in WebRtcNs_Init()
57 return WebRtcNs_set_policy_core((NSinst_t*) NS_inst, mode); in WebRtcNs_set_policy()
64 (NSinst_t*) NS_inst, spframe, spframe_H, outframe, outframe_H); in WebRtcNs_Process()
Dns_core.h108 } NSinst_t; typedef
130 int WebRtcNs_InitCore(NSinst_t* inst, WebRtc_UWord32 fs);
147 int WebRtcNs_set_policy_core(NSinst_t* inst, int mode);
169 int WebRtcNs_ProcessCore(NSinst_t* inst,
Dns_core.c22 void WebRtcNs_set_feature_extraction_parameters(NSinst_t* inst) { in WebRtcNs_set_feature_extraction_parameters()
71 int WebRtcNs_InitCore(NSinst_t* inst, WebRtc_UWord32 fs) { in WebRtcNs_InitCore()
209 int WebRtcNs_set_policy_core(NSinst_t* inst, int mode) { in WebRtcNs_set_policy_core()
240 void WebRtcNs_NoiseEstimation(NSinst_t* inst, float* magn, float* noise) { in WebRtcNs_NoiseEstimation()
311 void WebRtcNs_FeatureParameterExtraction(NSinst_t* inst, int flag) { in WebRtcNs_FeatureParameterExtraction()
531 void WebRtcNs_ComputeSpectralFlatness(NSinst_t* inst, float* magnIn) { in WebRtcNs_ComputeSpectralFlatness()
568 void WebRtcNs_ComputeSpectralDifference(NSinst_t* inst, float* magnIn) { in WebRtcNs_ComputeSpectralDifference()
610 void WebRtcNs_SpeechNoiseProb(NSinst_t* inst, float* probSpeechFinal, float* snrLocPrior, in WebRtcNs_SpeechNoiseProb()
717 int WebRtcNs_ProcessCore(NSinst_t* inst, in WebRtcNs_ProcessCore()