Home
last modified time | relevance | path

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

/device/google/dragon/audio/hal/dsp/
Ddrc_math.h147 const float A4 = -4.258677959442138671875f; in linear_to_decibels() local
155 return ((A5 * x + A4)*x4 + (A3 * x + A2)*x2 + (A1 * x + A0)) * 20.0f in linear_to_decibels()