Searched refs:fMixedInput (Results 1 – 1 of 1) sorted by relevance
309 float fMixedInput, temp, temp0, temp1, temp2; in Process() local317 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()