Home
last modified time | relevance | path

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

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