Home
last modified time | relevance | path

Searched refs:syntBuf (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/ns/
Dns_core.h62 float syntBuf[ANAL_BLOCKL_MAX]; member
Dns_core.c107 memset(self->syntBuf, 0, sizeof(float) * ANAL_BLOCKL_MAX); in WebRtcNs_InitCore()
1244 fout[i - self->windShift] = self->syntBuf[i]; in WebRtcNs_ProcessCore()
1247 UpdateBuffer(NULL, self->blockLen, self->anaLen, self->syntBuf); in WebRtcNs_ProcessCore()
1349 self->syntBuf[i] += factor * winData[i]; in WebRtcNs_ProcessCore()
1353 fout[i - self->windShift] = self->syntBuf[i]; in WebRtcNs_ProcessCore()
1356 UpdateBuffer(NULL, self->blockLen, self->anaLen, self->syntBuf); in WebRtcNs_ProcessCore()