Home | History | Annotate | Download | only in testlibs

Lines Matching refs:m_zOutLpfR

703     pReverb->m_zOutLpfR = 0;
1877 nTemp2 = MULT_EG1_EG1(pReverb->m_zOutLpfR, pReverb->m_nRoomLpfFbk);
1880 // filtered output is stored in m_zOutLpfR
1881 pReverb->m_zOutLpfR = (short) SATURATE(nTemp1 + nTemp2);
1885 *pOutputBuffer++ = (short) SATURATE(tempValue + pReverb->m_zOutLpfR);