Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddtmf_tone_generator.cc177 int32_t temp_val = kAmpMultiplier * temp_val_low + (temp_val_high << 15); in Generate() local
179 temp_val = (temp_val + 16384) >> 15; in Generate()
182 static_cast<int16_t>((temp_val * amplitude_ + 8192) >> 14); in Generate()