Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddtmf_tone_generator.cc139 sample_history2_[0] = kInitValue2[fs_index][event]; in Init()
140 sample_history2_[1] = 0; in Init()
167 int16_t temp_val_high = ((coeff2_ * sample_history2_[1] + 8192) >> 14) in Generate()
168 - sample_history2_[0]; in Generate()
173 sample_history2_[0] = sample_history2_[1]; in Generate()
174 sample_history2_[1] = temp_val_high; in Generate()
Ddtmf_tone_generator.h49 int16_t sample_history2_[2]; // Last 2 samples for the 2nd oscillator. variable