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.c242 FO_1I_D32F32C31_TRC_WRA_01( &pPrivate->pFastCoef->HPCoefs, in ReverbBlock()
249 FO_1I_D32F32C31_TRC_WRA_01( &pPrivate->pFastCoef->LPCoefs, in ReverbBlock()
304 FO_1I_D32F32C31_TRC_WRA_01( &pPrivate->pFastCoef->RevLPCoefs[j], in ReverbBlock()
DLVREV_Private.h136 LVREV_FastCoef_st *pFastCoef; /* Fast coefficient memory base address */ member
DLVREV_ApplyNewSettings.c84 …FO_1I_D32F32Cll_TRC_WRA_01_Init( &pPrivate->pFastCoef->HPCoefs, &pPrivate->pFastData->HPTaps, &Coe… in LVREV_ApplyNewSettings()
117 …FO_1I_D32F32Cll_TRC_WRA_01_Init( &pPrivate->pFastCoef->LPCoefs, &pPrivate->pFastData->LPTaps, &Coe… in LVREV_ApplyNewSettings()
278 …FO_1I_D32F32Cll_TRC_WRA_01_Init(&pPrivate->pFastCoef->RevLPCoefs[i], &pPrivate->pFastData->RevLPTa… in LVREV_ApplyNewSettings()
DLVREV_GetInstanceHandle.c202 …pLVREV_Private->pFastCoef = InstAlloc_AddMember(&FastCoef, sizeof(LVREV_FastCoef_st)); … in LVREV_GetInstanceHandle()