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