Searched refs:magnAvgPause (Results 1 – 2 of 2) sorted by relevance
92 float magnAvgPause[HALF_ANAL_BLOCKL]; //conservative noise spectrum estimate member
149 inst->magnAvgPause[i] = (float)0.0; //conservative noise spectrum estimate in WebRtcNs_InitCore()578 avgPause += inst->magnAvgPause[i]; in WebRtcNs_ComputeSpectralDifference()588 covMagnPause += (magnIn[i] - avgMagn) * (inst->magnAvgPause[i] - avgPause); in WebRtcNs_ComputeSpectralDifference()589 varPause += (inst->magnAvgPause[i] - avgPause) * (inst->magnAvgPause[i] - avgPause); in WebRtcNs_ComputeSpectralDifference()1073 inst->magnAvgPause[i] += GAMMA_PAUSE * (magn[i] - inst->magnAvgPause[i]); in WebRtcNs_ProcessCore()