Searched refs:pQPD_Taps (Results 1 – 3 of 3) sorted by relevance
112 pLVPSA_Inst->pQPD_Taps = in LVPSA_Init()113 (QPD_FLOAT_Taps_t*)calloc(pInitParams->nBands, sizeof(*(pLVPSA_Inst->pQPD_Taps))); in LVPSA_Init()114 if (pLVPSA_Inst->pQPD_Taps == LVM_NULL) { in LVPSA_Init()186 if (pLVPSA_Inst->pQPD_Taps != LVM_NULL) { in LVPSA_DeInit()187 free(pLVPSA_Inst->pQPD_Taps); in LVPSA_DeInit()188 pLVPSA_Inst->pQPD_Taps = LVM_NULL; in LVPSA_DeInit()
91 QPD_FLOAT_Taps_t* pQPD_Taps; member
376 LVPSA_QPD_Init_Float(&pInst->pQPD_States[ii], &pInst->pQPD_Taps[ii], pCoefficients); in LVPSA_SetQPFCoefficients()