Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Daf_agate.c54 double knee_start; member
108 s->knee_start = log(s->lin_knee_start); in agate_config_input()
121 double knee, double knee_start, double knee_stop, in output_gain() argument
136 …in = hermite_interpolation(slope, knee_stop, knee_start, ((knee_stop - thres) * tratio + thres), in output_gain()
138 if (knee > 1. && slope > knee_start) in output_gain()
139 …gain = hermite_interpolation(slope, knee_start, knee_stop, ((knee_start - thres) * tratio + thres… in output_gain()
182 s->knee, s->knee_start, s->knee_stop, in gate()
Daf_sidechaincompress.c55 double knee_start; member
109 double knee, double knee_start, double knee_stop, in output_gain() argument
130 if (knee > 1.0 && slope > knee_start) in output_gain()
131 gain = hermite_interpolation(slope, knee_stop, knee_start, in output_gain()
136 gain = hermite_interpolation(slope, knee_start, knee_stop, in output_gain()
137 knee_start, compressed_knee_stop, in output_gain()
154 s->knee_start = log(s->lin_knee_start); in compressor_config_output()
156 s->compressed_knee_start = (s->knee_start - s->thres) / s->ratio + s->thres; in compressor_config_output()
206 s->knee_start, s->knee_stop, in compressor()