Home | History | Annotate | Download | only in testlibs

Lines Matching refs:m_zOutLpfL

702     pReverb->m_zOutLpfL = 0;
1846 nTemp2 = MULT_EG1_EG1(pReverb->m_zOutLpfL, pReverb->m_nRoomLpfFbk);
1849 // filtered output is stored in m_zOutLpfL
1850 pReverb->m_zOutLpfL = (short) SATURATE(nTemp1 + nTemp2);
1854 *pOutputBuffer++ = (short) SATURATE(tempValue+pReverb->m_zOutLpfL);