Searched refs:coeff2_ (Results 1 – 2 of 2) sorted by relevance
100 coeff2_(0), in DtmfToneGenerator()133 coeff2_ = kCoeff2[fs_index][event]; in Init()167 int16_t temp_val_high = ((coeff2_ * sample_history2_[1] + 8192) >> 14) in Generate()
46 int coeff2_; // 2nd oscillator coefficient for this event. variable