Searched refs:kMeanIIRCoefficient (Results 1 – 1 of 1) sorted by relevance
32 static const float kMeanIIRCoefficient = 0.5f; variable264 spectral_mean[i] = (1 - kMeanIIRCoefficient) * spectral_mean[i] + in Suppress()265 kMeanIIRCoefficient * magnitudes_[i]; in Suppress()