Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_FxReverb.cpp73 m_WorkBuffer.m_EarlyReflection[ch] = NULL; in FxReverb()
74 m_WorkBuffer.m_PreDelay[ch] = NULL; in FxReverb()
78 m_WorkBuffer.m_CombFilter[ch][i] = NULL; in FxReverb()
80 m_WorkBuffer.m_AllPassFilter[ch] = NULL; in FxReverb()
81 m_WorkBuffer.m_Lpf[ch] = 0; in FxReverb()
284 m_WorkBuffer.m_EarlyReflection[ch] = reinterpret_cast<s32*>(ptr); in AllocBuffer()
287 m_WorkBuffer.m_PreDelay[ch] = reinterpret_cast<s32*>(ptr); in AllocBuffer()
290 m_WorkBuffer.m_CombFilter[ch][0] = reinterpret_cast<s32*>(ptr); in AllocBuffer()
293 m_WorkBuffer.m_CombFilter[ch][1] = reinterpret_cast<s32*>(ptr); in AllocBuffer()
296 m_WorkBuffer.m_AllPassFilter[ch] = reinterpret_cast<s32*>(ptr); in AllocBuffer()
[all …]
Dsnd_FxDelay.cpp52 m_WorkBuffer.m_Lpf[ch] = 0; in FxDelay()
260 s32* delay_ptr = &m_WorkBuffer.m_Delay[ch][0]; in UpdateBuffer()
261 s32* lpf_ptr = &m_WorkBuffer.m_Lpf[ch]; in UpdateBuffer()
336 m_WorkBuffer.m_Delay[ch] = reinterpret_cast<s32*>(ptr); in AllocBuffer()
349 m_WorkBuffer.m_Delay[ch] = NULL; in FreeBuffer()
363 m_WorkBuffer.m_Lpf[ch] = 0; in InitializeParam()
/NW4C-2.0.3/include/nw/snd/
Dsnd_FxDelay.h279 WorkBuffer m_WorkBuffer; ///< ワークバッファ variable
Dsnd_FxReverb.h392 WorkBuffer m_WorkBuffer; variable