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()
263 m_WorkBuffer.m_EarlyReflection[ch] = reinterpret_cast<s32*>(ptr); in AllocBuffer()
266 m_WorkBuffer.m_PreDelay[ch] = reinterpret_cast<s32*>(ptr); in AllocBuffer()
269 m_WorkBuffer.m_CombFilter[ch][0] = reinterpret_cast<s32*>(ptr); in AllocBuffer()
272 m_WorkBuffer.m_CombFilter[ch][1] = reinterpret_cast<s32*>(ptr); in AllocBuffer()
275 m_WorkBuffer.m_AllPassFilter[ch] = reinterpret_cast<s32*>(ptr); in AllocBuffer()
286 m_WorkBuffer.m_EarlyReflection[ch] = NULL; in FreeBuffer()
287 m_WorkBuffer.m_PreDelay[ch] = NULL; in FreeBuffer()
288 m_WorkBuffer.m_CombFilter[ch][0] = NULL; in FreeBuffer()
289 m_WorkBuffer.m_CombFilter[ch][1] = NULL; in FreeBuffer()
290 m_WorkBuffer.m_AllPassFilter[ch] = NULL; in FreeBuffer()
397 s32* early_reflection = m_WorkBuffer.m_EarlyReflection[ch]; in UpdateBuffer()
398 s32* pre_delay = m_WorkBuffer.m_PreDelay[ch]; in UpdateBuffer()
422 s32* comb_line = m_WorkBuffer.m_CombFilter[ch][0]; in UpdateBuffer()
442 comb_line = m_WorkBuffer.m_CombFilter[ch][1]; in UpdateBuffer()
462 s32* allpass_line = m_WorkBuffer.m_AllPassFilter[ch]; in UpdateBuffer()