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.cpp236 FO_1I_D32F32C31_TRC_WRA_01(&pPrivate->pFastCoef->HPCoefs, in ReverbBlock()
243 FO_1I_D32F32C31_TRC_WRA_01(&pPrivate->pFastCoef->LPCoefs, in ReverbBlock()
299 FO_1I_D32F32C31_TRC_WRA_01(&pPrivate->pFastCoef->RevLPCoefs[j], in ReverbBlock()
DLVREV_Private.h142 LVREV_FastCoef_st *pFastCoef; /* Fast coefficient memory base address */ member
DLVREV_ApplyNewSettings.cpp83 FO_1I_D32F32Cll_TRC_WRA_01_Init( &pPrivate->pFastCoef->HPCoefs, in LVREV_ApplyNewSettings()
115 FO_1I_D32F32Cll_TRC_WRA_01_Init( &pPrivate->pFastCoef->LPCoefs, in LVREV_ApplyNewSettings()
275 FO_1I_D32F32Cll_TRC_WRA_01_Init(&pPrivate->pFastCoef->RevLPCoefs[i], in LVREV_ApplyNewSettings()
DLVREV_GetInstanceHandle.cpp232 pLVREV_Private->pFastCoef = in LVREV_GetInstanceHandle()