Home
last modified time | relevance | path

Searched refs:lpf (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_BasicSound.h50 f32 lpf; member
62 lpf(0.0f), in SoundParam()
144 f32 lpf; member
183 lpf(0.0f), in SoundAmbientParam()
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_BasicSound.cpp112 m_AmbientParam.lpf = 0.0f; in Initialize()
458 ambientParam.lpf = m_AmbientParam.lpf; in Update()
479 m_AmbientParam.lpf = ambientParam.lpf; in Update()
584 lpfFreq += m_AmbientParam.lpf; in UpdateParam()