Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_FxReverb.cpp71 m_WorkBuffer.m_EarlyReflection[ch] = NULL; in FxReverb()
72 m_WorkBuffer.m_PreDelay[ch] = NULL; in FxReverb()
76 m_WorkBuffer.m_CombFilter[ch][i] = NULL; in FxReverb()
78 m_WorkBuffer.m_AllPassFilter[ch] = NULL; in FxReverb()
79 m_WorkBuffer.m_Lpf[ch] = 0; in FxReverb()
268 m_WorkBuffer.m_EarlyReflection[ch] = reinterpret_cast<s32*>(ptr); in AllocBuffer()
271 m_WorkBuffer.m_PreDelay[ch] = reinterpret_cast<s32*>(ptr); in AllocBuffer()
274 m_WorkBuffer.m_CombFilter[ch][0] = reinterpret_cast<s32*>(ptr); in AllocBuffer()
277 m_WorkBuffer.m_CombFilter[ch][1] = reinterpret_cast<s32*>(ptr); in AllocBuffer()
280 m_WorkBuffer.m_AllPassFilter[ch] = reinterpret_cast<s32*>(ptr); in AllocBuffer()
[all …]
Dsnd_FxDelay.cpp50 m_WorkBuffer.m_Lpf[ch] = 0; in FxDelay()
258 s32* delay_ptr = &m_WorkBuffer.m_Delay[ch][0]; in UpdateBuffer()
259 s32* lpf_ptr = &m_WorkBuffer.m_Lpf[ch]; in UpdateBuffer()
334 m_WorkBuffer.m_Delay[ch] = reinterpret_cast<s32*>(ptr); in AllocBuffer()
347 m_WorkBuffer.m_Delay[ch] = NULL; in FreeBuffer()
361 m_WorkBuffer.m_Lpf[ch] = 0; in InitializeParam()
/NW4C-1.3.3/include/nw/snd/
Dsnd_FxDelay.h277 WorkBuffer m_WorkBuffer; ///< ワークバッファ variable
Dsnd_FxReverb.h384 WorkBuffer m_WorkBuffer; variable