Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/loudness/dsp/core/
Ddynamic_range_compression.cpp80 const float max_abs_x_dB = math::fast_log(max_abs_x); in Compress() local
82 const float overshoot = max_abs_x_dB - knee_threshold_; in Compress()
109 const float max_abs_x_dB = math::fast_log(max_abs_x); in Compress() local
111 const float overshoot = max_abs_x_dB - knee_threshold_; in Compress()