Searched refs:syntBuf (Results 1 – 2 of 2) sorted by relevance
62 float syntBuf[ANAL_BLOCKL_MAX]; member
107 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()