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.h117 } LVREV_FastCoef_st; typedef
136 LVREV_FastCoef_st *pFastCoef; /* Fast coefficient memory base address */
DLVREV_GetMemoryTable.c189 InstAlloc_AddMember(&FastCoef, sizeof(LVREV_FastCoef_st)); in LVREV_GetMemoryTable()
DLVREV_GetInstanceHandle.c202 …pLVREV_Private->pFastCoef = InstAlloc_AddMember(&FastCoef, sizeof(LVREV_FastCoef_st)); … in LVREV_GetInstanceHandle()