Lines Matching defs:g_decay_slope
469 // | | Q_fract_allpass[k][m]*z^-link_delay[m] - a[m]*g_decay_slope[k]
471 // | | 1 - a[m]*g_decay_slope[k]*Q_fract_allpass[k][m]*z^-link_delay[m]
477 int g_decay_slope;
480 g_decay_slope = 1 << 30;
483 g_decay_slope = 0;
486 g_decay_slope = (1 << 30) - DECAY_SLOPE * (k - DECAY_CUTOFF[is34]);
489 float g_decay_slope = 1.f - DECAY_SLOPE * (k - DECAY_CUTOFF[is34]);
490 g_decay_slope = av_clipf(g_decay_slope, 0.f, 1.f);
500 transient_gain[b], g_decay_slope, nL - n0);