Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_FxDelay.cpp41 m_LpfCoef1( 0x10000 ), in FxDelay()
134 m_LpfCoef1 = static_cast<s32>( static_cast<s32>(0x80L) * lpf_coef_1 ); in SetParam()
287 s32 lpf_out = m_LpfCoef1 * feedback in UpdateBuffer()
Dsnd_FxReverb.cpp47 m_LpfCoef1( 0 ), in FxReverb()
343 m_LpfCoef1 = static_cast<s32>( static_cast<s32>(0x80L) * ( 1.f - lpf_coef ) ); in InitializeParam()
/NW4C-1.3.3/include/nw/snd/
Dsnd_FxDelay.h283 s32 m_LpfCoef1; ///< LPF係数1 variable
Dsnd_FxReverb.h406 s32 m_LpfCoef1; variable