Searched refs:nsxInst (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/ns/ |
D | noise_suppression_x.c | 27 void WebRtcNsx_Free(NsxHandle* nsxInst) { in WebRtcNsx_Free() argument 28 WebRtcSpl_FreeRealFFT(((NoiseSuppressionFixedC*)nsxInst)->real_fft); in WebRtcNsx_Free() 29 free(nsxInst); in WebRtcNsx_Free() 32 int WebRtcNsx_Init(NsxHandle* nsxInst, uint32_t fs) { in WebRtcNsx_Init() argument 33 return WebRtcNsx_InitCore((NoiseSuppressionFixedC*)nsxInst, fs); in WebRtcNsx_Init() 36 int WebRtcNsx_set_policy(NsxHandle* nsxInst, int mode) { in WebRtcNsx_set_policy() argument 37 return WebRtcNsx_set_policy_core((NoiseSuppressionFixedC*)nsxInst, mode); in WebRtcNsx_set_policy() 40 void WebRtcNsx_Process(NsxHandle* nsxInst, in WebRtcNsx_Process() argument 44 WebRtcNsx_ProcessCore((NoiseSuppressionFixedC*)nsxInst, speechFrame, in WebRtcNsx_Process()
|
D | noise_suppression_x.h | 34 void WebRtcNsx_Free(NsxHandle* nsxInst); 49 int WebRtcNsx_Init(NsxHandle* nsxInst, uint32_t fs); 64 int WebRtcNsx_set_policy(NsxHandle* nsxInst, int mode); 79 void WebRtcNsx_Process(NsxHandle* nsxInst,
|