HomeSort by relevance Sort by last modified time
    Searched refs:m_nMaxExcursion (Results 1 - 8 of 8) sorted by null

  /external/sonivox/arm-fm-22k/lib_src/
eas_reverb.c 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
    [all...]
eas_reverbdata.h 236 EAS_U16 m_nMaxExcursion; //28
338 EAS_U16 m_nMaxExcursion; // the taps can excurse +/- this amount
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_reverb.c 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
    [all...]
eas_reverbdata.h 236 EAS_U16 m_nMaxExcursion; //28
338 EAS_U16 m_nMaxExcursion; // the taps can excurse +/- this amount
  /external/sonivox/arm-wt-22k/lib_src/
eas_reverb.c 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
    [all...]
eas_reverbdata.h 236 EAS_U16 m_nMaxExcursion; //28
338 EAS_U16 m_nMaxExcursion; // the taps can excurse +/- this amount
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.c 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
    [all...]
EffectReverb.h 160 uint16_t m_nMaxExcursion; //28
248 uint16_t m_nMaxExcursion; // the taps can excurse +/- this amount

Completed in 39 milliseconds