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