Searched refs:vecsStereoInOut (Results 1 – 2 of 2) sorted by relevance
307 void CAudioReverb::Process ( CVector<int16_t>& vecsStereoInOut, const bool bReverbOnLeftChan, const… in Process() argument317 fMixedInput = 0.5f * ( vecsStereoInOut[i] + vecsStereoInOut[i + 1] ); in Process()323 fMixedInput = vecsStereoInOut[i]; in Process()327 fMixedInput = vecsStereoInOut[i + 1]; in Process()368 …vecsStereoInOut[i] = Float2Short ( ( 1.0f - fAttenuation ) * vecsStereoInOut[i] + 0.5f * fAttenuat… in Process()373 …vecsStereoInOut[i + 1] = Float2Short ( ( 1.0f - fAttenuation ) * vecsStereoInOut[i + 1] + 0.5f * f… in Process()
1059 …void Process ( CVector<int16_t>& vecsStereoInOut, const bool bReverbOnLeftChan, const float fAtten…