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

  /external/sonivox/arm-wt-22k/lib_src/
eas_reverb.c 114 pReverbData->m_sAp1.m_zApIn = AP1_IN;
115 pReverbData->m_sAp1.m_zApOut = AP1_IN + DEFAULT_AP1_LENGTH;
116 pReverbData->m_sAp1.m_nApGain = DEFAULT_AP1_GAIN;
238 pReverbData->m_sAp1.m_nApGain = pPreset->m_nAp1_ApGain;
243 pReverbData->m_sAp1.m_zApOut = (EAS_U16) (pReverbData->m_sAp1.m_zApIn + temp);
244 //gsReverbObject.m_sAp1.m_zApOut = pPreset->m_nAp1_ApOut;
584 nAddr = CIRCULAR(nBase, pReverbData->m_sAp1.m_zApOut, REVERB_BUFFER_MASK);
588 nTemp1 = MULT_EG1_EG1(nApIn, pReverbData->m_sAp1.m_nApGain);
592 nTemp1 = MULT_EG1_EG1(nApOut, pReverbData->m_sAp1.m_nApGain)
    [all...]
eas_reverbdata.h 297 S_ALLPASS_OBJECT m_sAp1; // allpass 1 (right channel)
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.c 684 pReverb->m_sAp1.m_zApIn = ap1In;
    [all...]
EffectReverb.h 207 allpass_object_t m_sAp1; // allpass 1 (right channel)

Completed in 1182 milliseconds