Home
last modified time | relevance | path

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

/external/sonivox/arm-wt-22k/lib_src/
Deas_reverb.c108 pReverbData->m_sAp0.m_zApIn = AP0_IN; in ReverbInit()
114 pReverbData->m_sAp1.m_zApIn = AP1_IN; in ReverbInit()
235 pReverbData->m_sAp0.m_zApOut = (EAS_U16) (pReverbData->m_sAp0.m_zApIn + temp); in ReverbInit()
243 pReverbData->m_sAp1.m_zApOut = (EAS_U16) (pReverbData->m_sAp1.m_zApIn + temp); in ReverbInit()
568 nAddr = CIRCULAR(nBase, pReverbData->m_sAp0.m_zApIn, REVERB_BUFFER_MASK); in Reverb()
596 nAddr = CIRCULAR(nBase, pReverbData->m_sAp1.m_zApIn, REVERB_BUFFER_MASK); in Reverb()
940 pReverbData->m_sAp0.m_zApOut = (EAS_U16) (pReverbData->m_sAp0.m_zApIn + temp); in ReverbUpdateRoom()
947 pReverbData->m_sAp1.m_zApOut = (EAS_U16) (pReverbData->m_sAp1.m_zApIn + temp); in ReverbUpdateRoom()
Deas_reverbdata.h181 EAS_U16 m_zApIn; // delay offset for ap in member