Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddtmf_tone_generator.cc137 sample_history1_[0] = kInitValue1[fs_index][event]; in Init()
138 sample_history1_[1] = 0; in Init()
165 int16_t temp_val_low = ((coeff1_ * sample_history1_[1] + 8192) >> 14) in Generate()
166 - sample_history1_[0]; in Generate()
171 sample_history1_[0] = sample_history1_[1]; in Generate()
172 sample_history1_[1] = temp_val_low; in Generate()
Ddtmf_tone_generator.h48 int16_t sample_history1_[2]; // Last 2 samples for the 1st oscillator. variable