Searched refs:_input_1 (Results 1 – 1 of 1) sorted by relevance
198 #define freeverb_allpass_process(_allpass, _input_1) \ argument203 output = bufout-_input_1; \204 _allpass.buffer[_allpass.bufidx] = _input_1 + (bufout * _allpass.feedback); \208 _input_1 = output; \277 #define freeverb_comb_process(_comb, _input_1, _output) \ argument281 _comb.buffer[_comb.bufidx] = _input_1 + (_comb.filterstore * _comb.feedback); \