Lines Matching refs:nApOut
1651 int32_t nApOut;
1684 nApOut = SATURATE(nDelayOut0 - nTemp1); // allpass output
1687 nTemp1 = MULT_EG1_EG1(nApOut, pReverb->m_sAp0.m_nApGain);
1697 pReverb->m_nDelayLine[nAddr] = (short) nApOut;
1719 nApOut = SATURATE(nDelayOut1 - nTemp1); // allpass output
1722 nTemp1 = MULT_EG1_EG1(nApOut, pReverb->m_sAp1.m_nApGain);
1732 pReverb->m_nDelayLine[nAddr] = (short) nApOut;