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.c44 LVREV_ReturnStatus_en LVREV_ApplyNewSettings (LVREV_Instance_st *pPrivate) in LVREV_ApplyNewSettings() argument
52 if(pPrivate == LVM_NULL) in LVREV_ApplyNewSettings()
57 OperatingMode = pPrivate->NewParams.OperatingMode; in LVREV_ApplyNewSettings()
59 if(pPrivate->InstanceParams.NumDelays == LVREV_DELAYLINES_4) in LVREV_ApplyNewSettings()
63 else if(pPrivate->InstanceParams.NumDelays == LVREV_DELAYLINES_2) in LVREV_ApplyNewSettings()
75 if((pPrivate->NewParams.HPF != pPrivate->CurrentParams.HPF) || in LVREV_ApplyNewSettings()
76 (pPrivate->NewParams.SampleRate != pPrivate->CurrentParams.SampleRate) || in LVREV_ApplyNewSettings()
77 (pPrivate->bFirstControl == LVM_TRUE)) in LVREV_ApplyNewSettings()
82 Omega = LVM_GetOmega(pPrivate->NewParams.HPF, pPrivate->NewParams.SampleRate); in LVREV_ApplyNewSettings()
84 …FO_1I_D32F32Cll_TRC_WRA_01_Init( &pPrivate->pFastCoef->HPCoefs, &pPrivate->pFastData->HPTaps, &Coe… in LVREV_ApplyNewSettings()
[all …]
DLVREV_Process.c179 void ReverbBlock(LVM_INT32 *pInput, LVM_INT32 *pOutput, LVREV_Instance_st *pPrivate, LVM_UINT16 Num… in ReverbBlock() argument
183 LVM_INT32 *pDelayLineInput = pPrivate->pScratch; in ReverbBlock()
184 LVM_INT32 *pScratch = pPrivate->pScratch; in ReverbBlock()
186 LVM_INT32 *pTemp = pPrivate->pInputSave; in ReverbBlock()
204 if(pPrivate->InstanceParams.NumDelays == LVREV_DELAYLINES_4 ) in ReverbBlock()
208 else if(pPrivate->InstanceParams.NumDelays == LVREV_DELAYLINES_2 ) in ReverbBlock()
217 if(pPrivate->CurrentParams.SourceFormat == LVM_MONO) in ReverbBlock()
242 FO_1I_D32F32C31_TRC_WRA_01( &pPrivate->pFastCoef->HPCoefs, in ReverbBlock()
249 FO_1I_D32F32C31_TRC_WRA_01( &pPrivate->pFastCoef->LPCoefs, in ReverbBlock()
260 pDelayLine = pPrivate->pScratchDelayLine[j]; in ReverbBlock()
[all …]
DLVREV_Private.h171 LVREV_ReturnStatus_en LVREV_ApplyNewSettings(LVREV_Instance_st *pPrivate);
175 LVREV_Instance_st *pPrivate,