Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Daf_agate.c122 double tratio = ratio; in output_gain() local
127 tratio = 1000.; in output_gain()
128 gain = (slope - thres) * tratio + thres; in output_gain()
129 delta = tratio; in output_gain()
133 …rmite_interpolation(slope, knee_stop, knee_start, ((knee_stop - thres) * tratio + thres), knee_st… in output_gain()
136 …mite_interpolation(slope, knee_start, knee_stop, ((knee_start - thres) * tratio + thres), knee_st… in output_gain()