Home
last modified time | relevance | path

Searched refs:DELAY1_OUT (Results 1 – 2 of 2) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
Deas_reverb.c145 DELAY1_OUT - pReverbData->m_nMaxExcursion + nOffset; in ReverbInit()
151 DELAY1_OUT - pReverbData->m_nMaxExcursion - nOffset; in ReverbInit()
163 DELAY1_OUT - pReverbData->m_nMaxExcursion + nOffset; in ReverbInit()
354 DELAY1_OUT - pReverbData->m_nMaxExcursion + nOffset; in ReverbUpdateXfade()
379 DELAY1_OUT - pReverbData->m_nMaxExcursion + nOffset; in ReverbUpdateXfade()
Deas_reverbdata.h158 #define DELAY1_OUT (DELAY1_IN + MAX_DELAY_SAMPLES -1) macro