Searched refs:a_smooth (Results 1 – 1 of 1) sorted by relevance
410 const float a_smooth = 0.25f; ///< Smoothing coefficient in decorrelation() local456 power_smooth[i] += a_smooth * (power[i][n] - power_smooth[i]); in decorrelation()457 …peak_decay_diff_smooth[i] += a_smooth * (peak_decay_nrg[i] - power[i][n] - peak_decay_diff_smooth[… in decorrelation()