Home
last modified time | relevance | path

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

/device/google/dragon/audio/hal/dsp/
Ddrc_math.h45 static inline float decibels_to_linear(float decibels) PURE;
78 static inline float decibels_to_linear(float decibels) in decibels_to_linear() argument
82 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()