Lines Matching refs:m_WorkBuffer
71 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()
291 m_WorkBuffer.m_EarlyReflection[ch] = NULL; in FreeBuffer()
292 m_WorkBuffer.m_PreDelay[ch] = NULL; in FreeBuffer()
293 m_WorkBuffer.m_CombFilter[ch][0] = NULL; in FreeBuffer()
294 m_WorkBuffer.m_CombFilter[ch][1] = NULL; in FreeBuffer()
295 m_WorkBuffer.m_AllPassFilter[ch] = NULL; in FreeBuffer()
402 s32* early_reflection = m_WorkBuffer.m_EarlyReflection[ch]; in UpdateBuffer()
403 s32* pre_delay = m_WorkBuffer.m_PreDelay[ch]; in UpdateBuffer()
427 s32* comb_line = m_WorkBuffer.m_CombFilter[ch][0]; in UpdateBuffer()
447 comb_line = m_WorkBuffer.m_CombFilter[ch][1]; in UpdateBuffer()
467 s32* allpass_line = m_WorkBuffer.m_AllPassFilter[ch]; in UpdateBuffer()