Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Daf_compand.c157 double in_log, out_log; in get_volume() local
170 out_log = cs->y + in_log * (cs->a * in_log + cs->b); in get_volume()
172 return exp(out_log); in get_volume()
Daf_mcompand.c180 double in_log, out_log; in get_volume() local
193 out_log = cs->y + in_log * (cs->a * in_log + cs->b); in get_volume()
195 return exp(out_log); in get_volume()