Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_FxDelay.cpp43 m_LpfCoef1( 0x10000 ), in FxDelay()
136 m_LpfCoef1 = static_cast<s32>( static_cast<s32>(0x80L) * lpf_coef_1 ); in SetParam()
289 s32 lpf_out = m_LpfCoef1 * feedback in UpdateBuffer()
Dsnd_FxReverb.cpp49 m_LpfCoef1( 0 ), in FxReverb()
359 m_LpfCoef1 = static_cast<s32>( static_cast<s32>(0x80L) * ( 1.f - lpf_coef ) ); in InitializeParam()
/NW4C-2.0.3/include/nw/snd/
Dsnd_FxDelay.h285 s32 m_LpfCoef1; ///< LPF係数1 variable
Dsnd_FxReverb.h414 s32 m_LpfCoef1; variable