Home | History | Annotate | Download | only in testlibs

Lines Matching refs:m_nMaxExcursion

716     pReverb->m_zD1Cross = pReverb->m_nDelay1Out - pReverb->m_nMaxExcursion
721 pReverb->m_zD0Cross = pReverb->m_nDelay0Out - pReverb->m_nMaxExcursion
726 pReverb->m_zD0Self = pReverb->m_nDelay0Out - pReverb->m_nMaxExcursion
731 pReverb->m_zD1Self = pReverb->m_nDelay1Out - pReverb->m_nMaxExcursion
1201 averageDelay = pReverb->m_nLateDelay - pReverb->m_nMaxExcursion;
1364 if ((temp + pReverb->m_nMaxExcursion) > maxSamples) {
1365 temp = maxSamples - pReverb->m_nMaxExcursion;
1367 if (temp < pReverb->m_nMaxExcursion) {
1368 temp = pReverb->m_nMaxExcursion;
1378 // Convert milliseconds to sample count => m_nDelay1Out + m_nMaxExcursion
1478 - pReverb->m_nMaxExcursion + nOffset;
1483 - pReverb->m_nMaxExcursion - nOffset;
1496 - pReverb->m_nMaxExcursion - nOffset;
1501 - pReverb->m_nMaxExcursion + nOffset;
1564 return (pReverb->m_nMaxExcursion & nNoise);
1934 pReverb->m_nMaxExcursion = pPreset->m_nMaxExcursion;
1965 if ((temp + pReverb->m_nMaxExcursion) > maxSamples) {
1966 temp = maxSamples - pReverb->m_nMaxExcursion;
2056 pPreset->m_nMaxExcursion = 127;
2100 pPreset->m_nMaxExcursion = 127;
2143 pPreset->m_nMaxExcursion = 127;
2186 pPreset->m_nMaxExcursion = 127;