Home
last modified time | relevance | path

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

/external/sonivox/arm-wt-22k/lib_src/
Deas_reverbdata.h147 #define AP0_IN 0 macro
148 #define AP1_IN (AP0_IN + MAX_AP_SAMPLES + GUARD)
155 #define AP0_OUT (AP0_IN + MAX_AP_SAMPLES -1)
Deas_reverb.c108 pReverbData->m_sAp0.m_zApIn = AP0_IN; in ReverbInit()
109 pReverbData->m_sAp0.m_zApOut = AP0_IN + DEFAULT_AP0_LENGTH; in ReverbInit()