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

  /external/sonivox/arm-wt-22k/lib_src/
eas_reverb.c 108 pReverbData->m_sAp0.m_zApIn = AP0_IN;
109 pReverbData->m_sAp0.m_zApOut = AP0_IN + DEFAULT_AP0_LENGTH;
110 pReverbData->m_sAp0.m_nApGain = DEFAULT_AP0_GAIN;
230 pReverbData->m_sAp0.m_nApGain = pPreset->m_nAp0_ApGain;
235 pReverbData->m_sAp0.m_zApOut = (EAS_U16) (pReverbData->m_sAp0.m_zApIn + temp);
236 //gsReverbObject.m_sAp0.m_zApOut = pPreset->m_nAp0_ApOut;
556 nAddr = CIRCULAR(nBase, pReverbData->m_sAp0.m_zApOut, REVERB_BUFFER_MASK);
560 nTemp1 = MULT_EG1_EG1(nApIn, pReverbData->m_sAp0.m_nApGain);
564 nTemp1 = MULT_EG1_EG1(nApOut, pReverbData->m_sAp0.m_nApGain)
    [all...]
eas_reverbdata.h 291 S_ALLPASS_OBJECT m_sAp0; // allpass 0 (left channel)
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.c 680 pReverb->m_sAp0.m_zApIn = AP0_IN;
    [all...]
EffectReverb.h 200 allpass_object_t m_sAp0; // allpass 0 (left channel)

Completed in 1277 milliseconds