Home
last modified time | relevance | path

Searched refs:Damping (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_ApplyNewSettings.c241 if( (pPrivate->NewParams.Damping != pPrivate->CurrentParams.Damping) || in LVREV_ApplyNewSettings()
250 LVM_INT16 Damping = (LVM_INT16)((pPrivate->NewParams.Damping * 100) + 1000); in LVREV_ApplyNewSettings() local
261 MUL32x16INTO32(ScaleTable[i], Damping, Temp, 15) in LVREV_ApplyNewSettings()
265 Temp = Damping; in LVREV_ApplyNewSettings()
DLVREV_SetControlParameters.c98 if (pNewParams->Damping > LVREV_MAX_DAMPING) in LVREV_SetControlParameters()
/frameworks/av/media/libeffects/lvm/lib/Reverb/lib/
DLVREV.h114 LVM_UINT16 Damping; /* Damping */ member
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
DEffectReverb.cpp837 params.Damping = 21; in Reverb_init()
850 pContext->SavedDecayHfRatio = params.Damping*20; in Reverb_init()
1295 ActiveParams.Damping = (LVM_INT16)(ratio/20); in ReverbSetDecayHfRatio()
1330 if(ActiveParams.Damping != (LVM_INT16)(pContext->SavedDecayHfRatio / 20)){ in ReverbGetDecayHfRatio()
1332 ActiveParams.Damping, pContext->SavedDecayHfRatio); in ReverbGetDecayHfRatio()