Searched refs:kAmpMultiplier (Results 1 – 2 of 2) sorted by relevance
42 static const int16_t kAmpMultiplier = 23171; // 3 dB attenuation (in Q15). variable
177 int32_t temp_val = kAmpMultiplier * temp_val_low + (temp_val_high << 15); in Generate()