Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddtmf_tone_generator.cc167 int16_t temp_val_high = ((coeff2_ * sample_history2_[1] + 8192) >> 14) in Generate() local
174 sample_history2_[1] = temp_val_high; in Generate()
177 int32_t temp_val = kAmpMultiplier * temp_val_low + (temp_val_high << 15); in Generate()