Searched refs:speechFrame (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/src/modules/audio_processing/ns/main/source/ |
D | noise_suppression_x.c | 68 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()
|
D | nsx_core.c | 1436 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()
|
D | ns_core.c | 815 short *speechFrame, in WebRtcNs_ProcessCore() argument 882 fin[i] = (float)speechFrame[i]; in WebRtcNs_ProcessCore()
|
/external/webrtc/src/modules/audio_processing/ns/main/interface/ |
D | noise_suppression_x.h | 114 short *speechFrame,
|