Searched refs:pQPD_State (Results 1 – 1 of 1) sorted by relevance
35 void LVPSA_QPD_Init ( pQPD_State_t pQPD_State, in LVPSA_QPD_Init() argument39 pQPD_State->pDelay = pTaps->Storage; in LVPSA_QPD_Init()40 pQPD_State->Coefs[0] = pCoef->KP; in LVPSA_QPD_Init()41 pQPD_State->Coefs[1] = pCoef->KM; in LVPSA_QPD_Init()45 void LVPSA_QPD_Init_Float ( pQPD_FLOAT_State_t pQPD_State, in LVPSA_QPD_Init_Float() argument49 pQPD_State->pDelay = pTaps->Storage; in LVPSA_QPD_Init_Float()50 pQPD_State->Coefs[0] = ((LVM_FLOAT)pCoef->KP); in LVPSA_QPD_Init_Float()51 pQPD_State->Coefs[1] = ((LVM_FLOAT)pCoef->KM); in LVPSA_QPD_Init_Float()