Home
last modified time | relevance | path

Searched refs:a_smooth (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Daacps.c410 const float a_smooth = 0.25f; ///< Smoothing coefficient in decorrelation() local
456 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()