Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Daf_agate.c58 double attack_coeff; member
100 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() local
168 …s->lin_slope += (abs_sample - s->lin_slope) * (abs_sample > s->lin_slope ? attack_coeff : release_… in gate()
Daf_sidechaincompress.c45 double attack, attack_coeff; member
157 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()