Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_Process.c267 FO_1I_D32F32C31_TRC_WRA_01( &pPrivate->pFastCoef->HPCoefs, in ReverbBlock()
274 FO_1I_D32F32C31_TRC_WRA_01( &pPrivate->pFastCoef->LPCoefs, in ReverbBlock()
329 FO_1I_D32F32C31_TRC_WRA_01( &pPrivate->pFastCoef->RevLPCoefs[j], in ReverbBlock()
571 FO_1I_D32F32C31_TRC_WRA_01(&pPrivate->pFastCoef->HPCoefs, in ReverbBlock()
578 FO_1I_D32F32C31_TRC_WRA_01(&pPrivate->pFastCoef->LPCoefs, in ReverbBlock()
634 FO_1I_D32F32C31_TRC_WRA_01(&pPrivate->pFastCoef->RevLPCoefs[j], in ReverbBlock()
DLVREV_Private.h186 LVREV_FastCoef_st *pFastCoef; /* Fast coefficient memory base address */ member
255 LVREV_FastCoef_st *pFastCoef; /* Fast coefficient memory base address */
DLVREV_ApplyNewSettings.c85 …FO_1I_D32F32Cll_TRC_WRA_01_Init( &pPrivate->pFastCoef->HPCoefs, &pPrivate->pFastData->HPTaps, &Coe… in LVREV_ApplyNewSettings()
118 …FO_1I_D32F32Cll_TRC_WRA_01_Init( &pPrivate->pFastCoef->LPCoefs, &pPrivate->pFastData->LPTaps, &Coe… in LVREV_ApplyNewSettings()
279 …FO_1I_D32F32Cll_TRC_WRA_01_Init(&pPrivate->pFastCoef->RevLPCoefs[i], &pPrivate->pFastData->RevLPTa… in LVREV_ApplyNewSettings()
638 FO_1I_D32F32Cll_TRC_WRA_01_Init( &pPrivate->pFastCoef->HPCoefs, in LVREV_ApplyNewSettings()
672 FO_1I_D32F32Cll_TRC_WRA_01_Init( &pPrivate->pFastCoef->LPCoefs, in LVREV_ApplyNewSettings()
846 FO_1I_D32F32Cll_TRC_WRA_01_Init(&pPrivate->pFastCoef->RevLPCoefs[i], in LVREV_ApplyNewSettings()
DLVREV_GetInstanceHandle.c280 …pLVREV_Private->pFastCoef = InstAlloc_AddMember(&FastCoef, sizeof(LVREV_FastCoef_st)); … in LVREV_GetInstanceHandle()