Searched refs:linear_to_decibels (Results 1 – 2 of 2) sorted by relevance
66 static inline float linear_to_decibels(float linear) PURE;130 static inline float linear_to_decibels(float linear) in linear_to_decibels() function
134 float x_db = linear_to_decibels(x); in slope_at()135 float x2Db = linear_to_decibels(x2); in slope_at()137 float y_db = linear_to_decibels(knee_curve(dk, x, k)); in slope_at()138 float y2Db = linear_to_decibels(knee_curve(dk, x2, k)); in slope_at()343 linear_to_decibels(dk->compressor_gain / scaled_desired_gain); in dk_update_envelope()540 float gain_db = linear_to_decibels(gain); in dk_update_detector_average()