Home
last modified time | relevance | path

Searched refs:speechFrame (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/src/modules/audio_processing/ns/main/source/
Dnoise_suppression_x.c68 int WebRtcNsx_Process(NsxHandle *nsxInst, short *speechFrame, short *speechFrameHB, in WebRtcNsx_Process() argument
71 return WebRtcNsx_ProcessCore((NsxInst_t*)nsxInst, speechFrame, speechFrameHB, outFrame, in WebRtcNsx_Process()
Dnsx_core.c1436 void WebRtcNsx_DataAnalysis(NsxInst_t *inst, short *speechFrame, WebRtc_UWord16 *magnU16) in WebRtcNsx_DataAnalysis() argument
1469 speechFrame, inst->blockLen10ms); in WebRtcNsx_DataAnalysis()
1842 int WebRtcNsx_ProcessCore(NsxInst_t *inst, short *speechFrame, short *speechFrameHB, in WebRtcNsx_ProcessCore() argument
1901 WebRtcNsx_DataAnalysis(inst, speechFrame, magnU16); in WebRtcNsx_ProcessCore()
Dns_core.c815 short *speechFrame, in WebRtcNs_ProcessCore() argument
882 fin[i] = (float)speechFrame[i]; in WebRtcNs_ProcessCore()
/external/webrtc/src/modules/audio_processing/ns/main/interface/
Dnoise_suppression_x.h114 short *speechFrame,