Searched refs:speechFrameHB (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 | ns_core.c | 816 short *speechFrameHB, in WebRtcNs_ProcessCore() argument 865 if (speechFrameHB == NULL) in WebRtcNs_ProcessCore() 895 fin[i] = (float)speechFrameHB[i]; in WebRtcNs_ProcessCore()
|
D | nsx_core.c | 1842 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/ |
D | noise_suppression_x.h | 115 short *speechFrameHB,
|