Home | History | Annotate | Download | only in testlibs

Lines Matching refs:m_nMaxExcursion

713     pReverb->m_zD1Cross = pReverb->m_nDelay1Out - pReverb->m_nMaxExcursion
718 pReverb->m_zD0Cross = pReverb->m_nDelay0Out - pReverb->m_nMaxExcursion
723 pReverb->m_zD0Self = pReverb->m_nDelay0Out - pReverb->m_nMaxExcursion
728 pReverb->m_zD1Self = pReverb->m_nDelay1Out - pReverb->m_nMaxExcursion
1198 averageDelay = pReverb->m_nLateDelay - pReverb->m_nMaxExcursion;
1361 if ((temp + pReverb->m_nMaxExcursion) > maxSamples) {
1362 temp = maxSamples - pReverb->m_nMaxExcursion;
1364 if (temp < pReverb->m_nMaxExcursion) {
1365 temp = pReverb->m_nMaxExcursion;
1375 // Convert milliseconds to sample count => m_nDelay1Out + m_nMaxExcursion
1475 - pReverb->m_nMaxExcursion + nOffset;
1480 - pReverb->m_nMaxExcursion - nOffset;
1493 - pReverb->m_nMaxExcursion - nOffset;
1498 - pReverb->m_nMaxExcursion + nOffset;
1561 return (pReverb->m_nMaxExcursion & nNoise);
1931 pReverb->m_nMaxExcursion = pPreset->m_nMaxExcursion;
1962 if ((temp + pReverb->m_nMaxExcursion) > maxSamples) {
1963 temp = maxSamples - pReverb->m_nMaxExcursion;
2053 pPreset->m_nMaxExcursion = 127;
2097 pPreset->m_nMaxExcursion = 127;
2140 pPreset->m_nMaxExcursion = 127;
2183 pPreset->m_nMaxExcursion = 127;