Home | History | Annotate | Download | only in testlibs

Lines Matching refs:m_zOutLpfR

686     pReverb->m_zOutLpfR = 0;
1860 nTemp2 = MULT_EG1_EG1(pReverb->m_zOutLpfR, pReverb->m_nRoomLpfFbk);
1863 // filtered output is stored in m_zOutLpfR
1864 pReverb->m_zOutLpfR = (short) SATURATE(nTemp1 + nTemp2);
1868 *pOutputBuffer++ = (short) SATURATE(tempValue + pReverb->m_zOutLpfR);