Lines Matching full:m_nmaxexcursion
647 pReverb->m_zD1Cross = pReverb->m_nDelay1Out - pReverb->m_nMaxExcursion
652 pReverb->m_zD0Cross = pReverb->m_nDelay0Out - pReverb->m_nMaxExcursion
657 pReverb->m_zD0Self = pReverb->m_nDelay0Out - pReverb->m_nMaxExcursion
662 pReverb->m_zD1Self = pReverb->m_nDelay1Out - pReverb->m_nMaxExcursion
1132 averageDelay = pReverb->m_nLateDelay - pReverb->m_nMaxExcursion;
1295 if ((temp + pReverb->m_nMaxExcursion) > maxSamples) {
1296 temp = maxSamples - pReverb->m_nMaxExcursion;
1298 if (temp < pReverb->m_nMaxExcursion) {
1299 temp = pReverb->m_nMaxExcursion;
1309 // Convert milliseconds to sample count => m_nDelay1Out + m_nMaxExcursion
1409 - pReverb->m_nMaxExcursion + nOffset;
1414 - pReverb->m_nMaxExcursion - nOffset;
1427 - pReverb->m_nMaxExcursion - nOffset;
1432 - pReverb->m_nMaxExcursion + nOffset;
1495 return (pReverb->m_nMaxExcursion & nNoise);
1865 pReverb->m_nMaxExcursion = pPreset->m_nMaxExcursion;
1896 if ((temp + pReverb->m_nMaxExcursion) > maxSamples) {
1897 temp = maxSamples - pReverb->m_nMaxExcursion;
1987 pPreset->m_nMaxExcursion = 127;
2031 pPreset->m_nMaxExcursion = 127;
2074 pPreset->m_nMaxExcursion = 127;
2117 pPreset->m_nMaxExcursion = 127;