Searched refs:decibels (Results 1 – 2 of 2) sorted by relevance
65 static inline float decibels_to_linear(float decibels) PURE;85 static inline float decibels_to_linear(float decibels) in decibels_to_linear() argument89 return expf(0.1151292546497022f * decibels); in decibels_to_linear()95 fi = round_int(decibels); in decibels_to_linear()96 x = decibels - fi; in decibels_to_linear()