Home
last modified time | relevance | path

Searched refs:fMixedInput (Results 1 – 1 of 1) sorted by relevance

/dports/audio/jamulus/jamulus-r3_8_1/src/
H A Dutil.cpp309 float fMixedInput, temp, temp0, temp1, temp2; in Process() local
317 fMixedInput = 0.5f * ( vecsStereoInOut[i] + vecsStereoInOut[i + 1] ); in Process()
323 fMixedInput = vecsStereoInOut[i]; in Process()
327 fMixedInput = vecsStereoInOut[i + 1]; in Process()
333 temp0 += fMixedInput; in Process()