Lines Matching refs:m_WorkBuffer
73 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()
307 m_WorkBuffer.m_EarlyReflection[ch] = NULL; in FreeBuffer()
308 m_WorkBuffer.m_PreDelay[ch] = NULL; in FreeBuffer()
309 m_WorkBuffer.m_CombFilter[ch][0] = NULL; in FreeBuffer()
310 m_WorkBuffer.m_CombFilter[ch][1] = NULL; in FreeBuffer()
311 m_WorkBuffer.m_AllPassFilter[ch] = NULL; in FreeBuffer()
418 s32* early_reflection = m_WorkBuffer.m_EarlyReflection[ch]; in UpdateBuffer()
419 s32* pre_delay = m_WorkBuffer.m_PreDelay[ch]; in UpdateBuffer()
443 s32* comb_line = m_WorkBuffer.m_CombFilter[ch][0]; in UpdateBuffer()
463 comb_line = m_WorkBuffer.m_CombFilter[ch][1]; in UpdateBuffer()
483 s32* allpass_line = m_WorkBuffer.m_AllPassFilter[ch]; in UpdateBuffer()