Searched refs:theFilterTmp (Results 1 – 1 of 1) sorted by relevance
1196 float theFilter[HALF_ANAL_BLOCKL], theFilterTmp[HALF_ANAL_BLOCKL]; in WebRtcNs_ProcessCore() local1287 theFilterTmp[i] = in WebRtcNs_ProcessCore()1289 theFilterTmp[i] /= (self->initMagnEst[i] + 0.0001f); in WebRtcNs_ProcessCore()1291 if (theFilterTmp[i] < self->denoiseBound) { in WebRtcNs_ProcessCore()1292 theFilterTmp[i] = self->denoiseBound; in WebRtcNs_ProcessCore()1295 if (theFilterTmp[i] > 1.f) { in WebRtcNs_ProcessCore()1296 theFilterTmp[i] = 1.f; in WebRtcNs_ProcessCore()1300 theFilterTmp[i] *= (END_STARTUP_SHORT - self->blockInd); in WebRtcNs_ProcessCore()1301 theFilter[i] += theFilterTmp[i]; in WebRtcNs_ProcessCore()