Searched refs:coeff1_ (Results 1 – 2 of 2) sorted by relevance
99 coeff1_(0), in DtmfToneGenerator()132 coeff1_ = kCoeff1[fs_index][event]; in Init()165 int16_t temp_val_low = ((coeff1_ * sample_history1_[1] + 8192) >> 14) in Generate()
45 int coeff1_; // 1st oscillator coefficient for this event. variable