Searched refs:pBandDefinitions (Results 1 – 4 of 4) sorted by relevance
61 LVM_UINT32 MemSize = pCapabilities->MaxBands * sizeof(*(pInstance->pBandDefinitions)); in LVEQNB_Init()62 pInstance->pBandDefinitions = (LVEQNB_BandDef_t*)calloc(1, MemSize); in LVEQNB_Init()63 if (pInstance->pBandDefinitions == LVM_NULL) { in LVEQNB_Init()68 memset(pInstance->pBandDefinitions, 0, MemSize); in LVEQNB_Init()137 if (pInstance->pBandDefinitions != LVM_NULL) { in LVEQNB_DeInit()138 free(pInstance->pBandDefinitions); in LVEQNB_DeInit()139 pInstance->pBandDefinitions = LVM_NULL; in LVEQNB_DeInit()
161 pInstance->pBandDefinitions[i] = pParams->pBandDefinition[i]; in LVEQNB_SetFilters()199 &pInstance->pBandDefinitions[i], &Coefficients); in LVEQNB_SetCoefficients()294 if ((pInstance->pBandDefinitions[i].Frequency != in LVEQNB_Control()296 (pInstance->pBandDefinitions[i].Gain != pParams->pBandDefinition[i].Gain) || in LVEQNB_Control()297 (pInstance->pBandDefinitions[i].QFactor != pParams->pBandDefinition[i].QFactor)) { in LVEQNB_Control()
79 LVEQNB_BandDef_t* pBandDefinitions; /* Filter band definitions */ member
103 if (pInstance->pBandDefinitions[i].Gain != 0) { in LVEQNB_Process()