Searched refs:pPrivate (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/ |
D | LVREV_ApplyNewSettings.c | 45 LVREV_ReturnStatus_en LVREV_ApplyNewSettings (LVREV_Instance_st *pPrivate) in LVREV_ApplyNewSettings() argument 53 if(pPrivate == LVM_NULL) in LVREV_ApplyNewSettings() 58 OperatingMode = pPrivate->NewParams.OperatingMode; in LVREV_ApplyNewSettings() 60 if(pPrivate->InstanceParams.NumDelays == LVREV_DELAYLINES_4) in LVREV_ApplyNewSettings() 64 else if(pPrivate->InstanceParams.NumDelays == LVREV_DELAYLINES_2) in LVREV_ApplyNewSettings() 76 if((pPrivate->NewParams.HPF != pPrivate->CurrentParams.HPF) || in LVREV_ApplyNewSettings() 77 (pPrivate->NewParams.SampleRate != pPrivate->CurrentParams.SampleRate) || in LVREV_ApplyNewSettings() 78 (pPrivate->bFirstControl == LVM_TRUE)) in LVREV_ApplyNewSettings() 83 Omega = LVM_GetOmega(pPrivate->NewParams.HPF, pPrivate->NewParams.SampleRate); in LVREV_ApplyNewSettings() 85 …FO_1I_D32F32Cll_TRC_WRA_01_Init( &pPrivate->pFastCoef->HPCoefs, &pPrivate->pFastData->HPTaps, &Coe… in LVREV_ApplyNewSettings() [all …]
|
D | LVREV_Process.c | 204 void ReverbBlock(LVM_INT32 *pInput, LVM_INT32 *pOutput, LVREV_Instance_st *pPrivate, LVM_UINT16 Num… in ReverbBlock() argument 208 LVM_INT32 *pDelayLineInput = pPrivate->pScratch; in ReverbBlock() 209 LVM_INT32 *pScratch = pPrivate->pScratch; in ReverbBlock() 211 LVM_INT32 *pTemp = pPrivate->pInputSave; in ReverbBlock() 229 if(pPrivate->InstanceParams.NumDelays == LVREV_DELAYLINES_4 ) in ReverbBlock() 233 else if(pPrivate->InstanceParams.NumDelays == LVREV_DELAYLINES_2 ) in ReverbBlock() 242 if(pPrivate->CurrentParams.SourceFormat == LVM_MONO) in ReverbBlock() 267 FO_1I_D32F32C31_TRC_WRA_01( &pPrivate->pFastCoef->HPCoefs, in ReverbBlock() 274 FO_1I_D32F32C31_TRC_WRA_01( &pPrivate->pFastCoef->LPCoefs, in ReverbBlock() 285 pDelayLine = pPrivate->pScratchDelayLine[j]; in ReverbBlock() [all …]
|
D | LVREV_Private.h | 295 LVREV_ReturnStatus_en LVREV_ApplyNewSettings(LVREV_Instance_st *pPrivate); 299 LVREV_Instance_st *pPrivate, 304 LVREV_Instance_st *pPrivate,
|