Searched refs:FastCoef (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/libeffects/lvm/lib/Reverb/src/
H A DLVREV_GetMemoryTable.c66 INST_ALLOC FastCoef; local
109 InstAlloc_Init(&FastCoef, (void *)LVM_NULL);
189 InstAlloc_AddMember(&FastCoef, sizeof(LVREV_FastCoef_st));
190 pMemoryTable->Region[LVM_PERSISTENT_FAST_COEF].Size = InstAlloc_GetTotal(&FastCoef);
H A DLVREV_GetInstanceHandle.c56 INST_ALLOC FastCoef; local
105 InstAlloc_Init(&FastCoef, pMemoryTable->Region[LVM_PERSISTENT_FAST_COEF].pBaseAddress);
202 pLVREV_Private->pFastCoef = InstAlloc_AddMember(&FastCoef, sizeof(LVREV_FastCoef_st)); /* Fast coefficient memory base address */

Completed in 48 milliseconds