Searched refs:coeff2_ (Results 1 – 2 of 2) sorted by relevance
105 : initialized_(false), coeff1_(0), coeff2_(0), amplitude_(0) {} in DtmfToneGenerator()142 coeff2_ = kCoeff2[fs_index][event]; in Init()186 ((coeff2_ * sample_history2_[1] + 8192) >> 14) - sample_history2_[0]; in Generate()
47 int coeff2_; // 2nd oscillator coefficient for this event. variable