Home
last modified time | relevance | path

Searched refs:speechFrameHB (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()
Dns_core.c816 short *speechFrameHB, in WebRtcNs_ProcessCore() argument
865 if (speechFrameHB == NULL) in WebRtcNs_ProcessCore()
895 fin[i] = (float)speechFrameHB[i]; in WebRtcNs_ProcessCore()
Dnsx_core.c1842 int WebRtcNsx_ProcessCore(NsxInst_t *inst, short *speechFrame, short *speechFrameHB, in WebRtcNsx_ProcessCore() argument
1895 if ((inst->fs == 32000) && (speechFrameHB == NULL)) in WebRtcNsx_ProcessCore()
1914 speechFrameHB, inst->blockLen10ms); in WebRtcNsx_ProcessCore()
2425 …WEBRTC_SPL_MEMCPY_W16(inst->dataBufHBFX + inst->anaLen - inst->blockLen10ms, speechFrameHB, inst->… in WebRtcNsx_ProcessCore()
/external/webrtc/src/modules/audio_processing/ns/main/interface/
Dnoise_suppression_x.h115 short *speechFrameHB,