Searched refs:attack_coeff (Results 1 – 2 of 2) sorted by relevance
58 double attack_coeff; member100 s->attack_coeff = FFMIN(1., 1. / (s->attack * inlink->sample_rate / 4000.)); in agate_config_input()147 const double attack_coeff = s->attack_coeff; in gate() local168 …s->lin_slope += (abs_sample - s->lin_slope) * (abs_sample > s->lin_slope ? attack_coeff : release_… in gate()
45 double attack, attack_coeff; member157 s->attack_coeff = FFMIN(1., 1. / (s->attack * outlink->sample_rate / 4000.)); in compressor_config_output()192 …s->lin_slope += (abs_sample - s->lin_slope) * (abs_sample > s->lin_slope ? s->attack_coeff : s->re… in compressor()