Home
last modified time | relevance | path

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

/external/adhd/cras/src/dsp/
Ddrc_math.h62 static inline float linear_to_decibels(float linear) PURE;
126 static inline float linear_to_decibels(float linear) in linear_to_decibels() function
Ddrc_kernel.c134 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()
349 float compression_diff_db = linear_to_decibels( in dk_update_envelope()
545 float gain_db = linear_to_decibels(gain); in dk_update_detector_average()