OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nApOut
(Results
1 - 4
of
4
) sorted by null
/external/sonivox/arm-fm-22k/lib_src/
eas_reverb.c
535
EAS_I32
nApOut
;
561
nApOut
= SATURATE(nDelayOut - nTemp1); // allpass output
564
nTemp1 = MULT_EG1_EG1(
nApOut
, pReverbData->m_sAp0.m_nApGain);
573
pReverbData->m_nDelayLine[nAddr] = (EAS_PCM)
nApOut
;
589
nApOut
= SATURATE(nDelayOut - nTemp1); // allpass output
592
nTemp1 = MULT_EG1_EG1(
nApOut
, pReverbData->m_sAp1.m_nApGain);
601
pReverbData->m_nDelayLine[nAddr] = (EAS_PCM)
nApOut
;
[
all
...]
/external/sonivox/arm-hybrid-22k/lib_src/
eas_reverb.c
535
EAS_I32
nApOut
;
561
nApOut
= SATURATE(nDelayOut - nTemp1); // allpass output
564
nTemp1 = MULT_EG1_EG1(
nApOut
, pReverbData->m_sAp0.m_nApGain);
573
pReverbData->m_nDelayLine[nAddr] = (EAS_PCM)
nApOut
;
589
nApOut
= SATURATE(nDelayOut - nTemp1); // allpass output
592
nTemp1 = MULT_EG1_EG1(
nApOut
, pReverbData->m_sAp1.m_nApGain);
601
pReverbData->m_nDelayLine[nAddr] = (EAS_PCM)
nApOut
;
[
all
...]
/external/sonivox/arm-wt-22k/lib_src/
eas_reverb.c
535
EAS_I32
nApOut
;
561
nApOut
= SATURATE(nDelayOut - nTemp1); // allpass output
564
nTemp1 = MULT_EG1_EG1(
nApOut
, pReverbData->m_sAp0.m_nApGain);
573
pReverbData->m_nDelayLine[nAddr] = (EAS_PCM)
nApOut
;
589
nApOut
= SATURATE(nDelayOut - nTemp1); // allpass output
592
nTemp1 = MULT_EG1_EG1(
nApOut
, pReverbData->m_sAp1.m_nApGain);
601
pReverbData->m_nDelayLine[nAddr] = (EAS_PCM)
nApOut
;
[
all
...]
/frameworks/av/media/libeffects/testlibs/
EffectReverb.c
[
all
...]
Completed in 54 milliseconds