Searched refs:temp_val_low (Results 1 – 1 of 1) sorted by relevance
165 int16_t temp_val_low = ((coeff1_ * sample_history1_[1] + 8192) >> 14) in Generate() local172 sample_history1_[1] = temp_val_low; in Generate()177 int32_t temp_val = kAmpMultiplier * temp_val_low + (temp_val_high << 15); in Generate()