Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/snd/
Dsnd_BasicSound.h48 f32 lpf; member
60 lpf(0.0f), in SoundParam()
107 f32 lpf; member
136 lpf(0.0f), in SoundAmbientParam()
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_BasicSound.cpp111 m_AmbientParam.lpf = 0.0f; in Initialize()
451 ambientParam.lpf = m_AmbientParam.lpf; in Update()
472 m_AmbientParam.lpf = ambientParam.lpf; in Update()
577 lpfFreq += m_AmbientParam.lpf; in UpdateParam()