Searched refs:pPrivate (Results 1 – 3 of 3) sorted by relevance
44 LVREV_ReturnStatus_en LVREV_ApplyNewSettings (LVREV_Instance_st *pPrivate) in LVREV_ApplyNewSettings() argument51 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 …]
174 LVREV_Instance_st *pPrivate, LVM_UINT16 NumSamples) in ReverbBlock() argument178 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 …]
180 LVREV_ReturnStatus_en LVREV_ApplyNewSettings(LVREV_Instance_st *pPrivate);183 LVREV_Instance_st *pPrivate,