Home
last modified time | relevance | path

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

/device/google/dragon/audio/hal/dsp/
Ddrc_math.h98 const float A2 = 6.628888659179210662841796875e-3f; in decibels_to_linear()
103 return ((A3 * x + A2)*x2 + (A1 * x + A0)) * db_to_linear[i+100]; in decibels_to_linear()
149 const float A2 = -6.1185703277587890625f; in linear_to_decibels() local
155 return ((A5 * x + A4)*x4 + (A3 * x + A2)*x2 + (A1 * x + A0)) * 20.0f in linear_to_decibels()
/device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/
Darm_math.h1819 q15_t A2; member
1836 q31_t A2; /**< The derived gain, A2 = Kd . */ member
1851 float32_t A2; /**< The derived gain, A2 = Kd . */ member
5096 (S->A1 * S->state[0]) + (S->A2 * S->state[1]) + (S->state[2]); in arm_pid_f32()
5137 acc += (q63_t) S->A2 * S->state[1]; in arm_pid_q31()
5196 acc += (q31_t) S->A2 * S->state[1]; in arm_pid_q15()
/device/google/accessory/demokit/firmware/demokit/
Ddemokit.pde32 #define LIGHT_SENSOR A2