Searched refs:Coefs (Results 1 – 4 of 4) sorted by relevance
37 pQPD_State->Coefs[0] = pCoef->KP; in LVPSA_QPD_Init()38 pQPD_State->Coefs[1] = pCoef->KM; in LVPSA_QPD_Init()44 pQPD_State->Coefs[0] = ((LVM_FLOAT)pCoef->KP); in LVPSA_QPD_Init_Float()45 pQPD_State->Coefs[1] = ((LVM_FLOAT)pCoef->KM); in LVPSA_QPD_Init_Float()
25 LVM_INT32 Coefs[2]; /* pointer to the filter coefficients */ member31 LVM_FLOAT Coefs[2]; /* pointer to the filter coefficients */ member
75 LVM_FLOAT Kp = ((LVM_FLOAT)(pQPDState->Coefs[0])); in LVPSA_QPD_Process_Float()76 LVM_FLOAT Km = ((LVM_FLOAT)(pQPDState->Coefs[1])); in LVPSA_QPD_Process_Float()
327 LVM_FLOAT Coefs[5]; in LVREV_ApplyNewSettings() local352 Coefs[i - 1] = LVREV_GainPolyTable[Index][i]; in LVREV_ApplyNewSettings()354 Coefs[4] = 0; in LVREV_ApplyNewSettings()355 Gain = LVM_Polynomial(3, Coefs, T60); /* Q.24 result */ in LVREV_ApplyNewSettings()368 Coefs[i - 1] = LVREV_GainPolyTable[Index - 1][i]; in LVREV_ApplyNewSettings()370 Coefs[4] = 0; in LVREV_ApplyNewSettings()372 Gain1 = LVM_Polynomial(3, Coefs, T60); /* Q.24 result */ in LVREV_ApplyNewSettings()376 Coefs[i - 1] = LVREV_GainPolyTable[Index][i]; in LVREV_ApplyNewSettings()378 Coefs[4] = 0; in LVREV_ApplyNewSettings()380 Gain2 = LVM_Polynomial(3, Coefs, T60); /* Q.24 result */ in LVREV_ApplyNewSettings()