Searched refs:decibels (Results 1 – 1 of 1) sorted by relevance
45 static inline float decibels_to_linear(float decibels) PURE;78 static inline float decibels_to_linear(float decibels) in decibels_to_linear() argument82 return expf(0.1151292546497022f * decibels); in decibels_to_linear()88 fi = round_int(decibels); in decibels_to_linear()89 x = decibels - fi; in decibels_to_linear()