Home
last modified time | relevance | path

Searched refs:Coef (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Memory.c59 INST_ALLOC Coef; in LVPSA_Memory() local
66 InstAlloc_Init( &Coef , LVM_NULL); in LVPSA_Memory()
145 InstAlloc_AddMember( &Coef, pInitParams->nBands * sizeof(Biquad_Instance_t) ); in LVPSA_Memory()
146 InstAlloc_AddMember( &Coef, pInitParams->nBands * sizeof(QPD_State_t) ); in LVPSA_Memory()
147 … pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_COEF].Size = InstAlloc_GetTotal(&Coef); in LVPSA_Memory()
DLVPSA_Init.c57 INST_ALLOC Coef; in LVPSA_Init() local
91 … InstAlloc_Init( &Coef , pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_COEF].pBaseAddress); in LVPSA_Init()
151 …pLVPSA_Inst->pBP_Instances = InstAlloc_AddMember( &Coef, pInitParams->nBands * sizeof(Biq… in LVPSA_Init()
152 …pLVPSA_Inst->pQPD_States = InstAlloc_AddMember( &Coef, pInitParams->nBands * sizeof(QPD… in LVPSA_Init()