Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/ns/
Dnoise_suppression_x.c60 short* speechFrameHB, short* outFrame, in WebRtcNsx_Process() argument
63 (NsxInst_t*)nsxInst, speechFrame, speechFrameHB, outFrame, outFrameHB); in WebRtcNsx_Process()
Dns_core.c719 short* speechFrameHB, in WebRtcNs_ProcessCore() argument
765 if (speechFrameHB == NULL) { in WebRtcNs_ProcessCore()
791 fin[i] = (float)speechFrameHB[i]; in WebRtcNs_ProcessCore()
Dnsx_core.c1844 int WebRtcNsx_ProcessCore(NsxInst_t* inst, short* speechFrame, short* speechFrameHB, in WebRtcNsx_ProcessCore() argument
1898 if ((inst->fs == 32000) && (speechFrameHB == NULL)) { in WebRtcNsx_ProcessCore()
1914 speechFrameHB, inst->blockLen10ms); in WebRtcNsx_ProcessCore()
2376 …WEBRTC_SPL_MEMCPY_W16(inst->dataBufHBFX + inst->anaLen - inst->blockLen10ms, speechFrameHB, inst->… in WebRtcNsx_ProcessCore()
/external/webrtc/src/modules/audio_processing/ns/interface/
Dnoise_suppression_x.h115 short* speechFrameHB,