Searched refs:pPostGains (Results 1 – 3 of 3) sorted by relevance
81 pLVPSA_Inst->pPostGains = in LVPSA_Init()82 (LVM_FLOAT*)calloc(pInitParams->nBands, sizeof(*(pLVPSA_Inst->pPostGains))); in LVPSA_Init()83 if (pLVPSA_Inst->pPostGains == LVM_NULL) { in LVPSA_Init()125 pLVPSA_Inst->pPostGains[ii] = in LVPSA_Init()162 if (pLVPSA_Inst->pPostGains != LVM_NULL) { in LVPSA_DeInit()163 free(pLVPSA_Inst->pPostGains); in LVPSA_DeInit()164 pLVPSA_Inst->pPostGains = LVM_NULL; in LVPSA_DeInit()
94 LVM_FLOAT* pPostGains; member
95 X0 = (*pInSamps) * pLVPSA_Inst->pPostGains[BandIndex]; in LVPSA_QPD_Process_Float()