Home
last modified time | relevance | path

Searched refs:LVREV_FastCoef_st (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_Private.h167 } LVREV_FastCoef_st; typedef
186 LVREV_FastCoef_st *pFastCoef; /* Fast coefficient memory base address */
234 } LVREV_FastCoef_st;
255 LVREV_FastCoef_st *pFastCoef; /* Fast coefficient memory base address */
DLVREV_GetMemoryTable.c205 InstAlloc_AddMember(&FastCoef, sizeof(LVREV_FastCoef_st)); in LVREV_GetMemoryTable()
DLVREV_GetInstanceHandle.c280 …pLVREV_Private->pFastCoef = InstAlloc_AddMember(&FastCoef, sizeof(LVREV_FastCoef_st)); … in LVREV_GetInstanceHandle()