Searched refs:m_LastLpfOut (Results 1 – 2 of 2) sorted by relevance
80 m_LastLpfOut[ch] = 0; in FxReverb()506 s32 tmp = m_LpfCoef2 * ( filter_out + m_LastLpfOut[ch] ); in UpdateBuffer()509 m_LastLpfOut[ch] = fused_out; in UpdateBuffer()
399 s32 m_LastLpfOut[4]; variable