Home
last modified time | relevance | path

Searched refs:pPrivate (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_ApplyNewSettings.cpp44 LVREV_ReturnStatus_en LVREV_ApplyNewSettings (LVREV_Instance_st *pPrivate) in LVREV_ApplyNewSettings() argument
51 if(pPrivate == LVM_NULL) in LVREV_ApplyNewSettings()
56 OperatingMode = pPrivate->NewParams.OperatingMode; in LVREV_ApplyNewSettings()
58 if(pPrivate->InstanceParams.NumDelays == LVREV_DELAYLINES_4) in LVREV_ApplyNewSettings()
62 else if(pPrivate->InstanceParams.NumDelays == LVREV_DELAYLINES_2) in LVREV_ApplyNewSettings()
74 if((pPrivate->NewParams.HPF != pPrivate->CurrentParams.HPF) || in LVREV_ApplyNewSettings()
75 (pPrivate->NewParams.SampleRate != pPrivate->CurrentParams.SampleRate) || in LVREV_ApplyNewSettings()
76 (pPrivate->bFirstControl == LVM_TRUE)) in LVREV_ApplyNewSettings()
81 Omega = LVM_GetOmega(pPrivate->NewParams.HPF, pPrivate->NewParams.SampleRate); in LVREV_ApplyNewSettings()
83 FO_1I_D32F32Cll_TRC_WRA_01_Init( &pPrivate->pFastCoef->HPCoefs, in LVREV_ApplyNewSettings()
[all …]
DLVREV_Process.cpp174 LVREV_Instance_st *pPrivate, LVM_UINT16 NumSamples) in ReverbBlock() argument
178 LVM_FLOAT *pDelayLineInput = pPrivate->pScratch; in ReverbBlock()
179 LVM_FLOAT *pScratch = pPrivate->pScratch; in ReverbBlock()
181 LVM_FLOAT *pTemp = pPrivate->pInputSave; in ReverbBlock()
199 if(pPrivate->InstanceParams.NumDelays == LVREV_DELAYLINES_4) in ReverbBlock()
203 else if(pPrivate->InstanceParams.NumDelays == LVREV_DELAYLINES_2) in ReverbBlock()
212 if(pPrivate->CurrentParams.SourceFormat == LVM_MONO) in ReverbBlock()
236 FO_1I_D32F32C31_TRC_WRA_01(&pPrivate->pFastCoef->HPCoefs, in ReverbBlock()
243 FO_1I_D32F32C31_TRC_WRA_01(&pPrivate->pFastCoef->LPCoefs, in ReverbBlock()
254 pDelayLine = pPrivate->pScratchDelayLine[j]; in ReverbBlock()
[all …]
DLVREV_Private.h180 LVREV_ReturnStatus_en LVREV_ApplyNewSettings(LVREV_Instance_st *pPrivate);
183 LVREV_Instance_st *pPrivate,