Home | History | Annotate | Download | only in lib_src

Lines Matching refs:m_nMaxExcursion

138     pReverbData->m_nMaxExcursion = 0x007F;
141 nOffset = ReverbCalculateNoise( pReverbData->m_nMaxExcursion,
145 DELAY1_OUT - pReverbData->m_nMaxExcursion + nOffset;
147 nOffset = ReverbCalculateNoise( pReverbData->m_nMaxExcursion,
151 DELAY1_OUT - pReverbData->m_nMaxExcursion - nOffset;
153 nOffset = ReverbCalculateNoise( pReverbData->m_nMaxExcursion,
157 DELAY0_OUT - pReverbData->m_nMaxExcursion - nOffset;
159 nOffset = ReverbCalculateNoise( pReverbData->m_nMaxExcursion,
163 DELAY1_OUT - pReverbData->m_nMaxExcursion + nOffset;
222 pReverbData->m_nMaxExcursion = pPreset->m_nMaxExcursion;
351 nOffset = ReverbCalculateNoise( pReverbData->m_nMaxExcursion, &pReverbData->m_nNoise );
354 DELAY1_OUT - pReverbData->m_nMaxExcursion + nOffset;
356 nOffset = ReverbCalculateNoise( pReverbData->m_nMaxExcursion, &pReverbData->m_nNoise );
359 DELAY0_OUT - pReverbData->m_nMaxExcursion - nOffset;
371 nOffset = ReverbCalculateNoise( pReverbData->m_nMaxExcursion, &pReverbData->m_nNoise );
374 DELAY0_OUT - pReverbData->m_nMaxExcursion - nOffset;
376 nOffset = ReverbCalculateNoise( pReverbData->m_nMaxExcursion, &pReverbData->m_nNoise );
379 DELAY1_OUT - pReverbData->m_nMaxExcursion + nOffset;
928 pReverbData->m_nMaxExcursion = pPreset->m_nMaxExcursion;
1007 pPreset->m_nMaxExcursion = 127;
1050 pPreset->m_nMaxExcursion = 127;
1093 pPreset->m_nMaxExcursion = 127;
1136 pPreset->m_nMaxExcursion = 127;