Searched refs:Coefs (Results 1 – 4 of 4) sorted by relevance
40 pQPD_State->Coefs[0] = pCoef->KP; in LVPSA_QPD_Init()41 pQPD_State->Coefs[1] = pCoef->KM; in LVPSA_QPD_Init()49 pQPD_State->Coefs[0] = ((LVM_FLOAT)pCoef->KP); in LVPSA_QPD_Init_Float()50 pQPD_State->Coefs[1] = ((LVM_FLOAT)pCoef->KM); in LVPSA_QPD_Init_Float()
26 LVM_INT32 Coefs[2]; /* pointer to the filter coefficients */ member33 LVM_FLOAT Coefs[2]; /* pointer to the filter coefficients */ member
83 LVM_FLOAT Kp = ((LVM_FLOAT)(pQPDState->Coefs[0])); in LVPSA_QPD_Process_Float()84 LVM_FLOAT Km = ((LVM_FLOAT)(pQPDState->Coefs[1])); in LVPSA_QPD_Process_Float()
387 LVM_FLOAT Coefs[5]; in LVREV_ApplyNewSettings() local422 Coefs[i-1] = LVREV_GainPolyTable[Index][i]; in LVREV_ApplyNewSettings()424 Coefs[4] = 0; in LVREV_ApplyNewSettings()425 Gain = LVM_Polynomial(3, Coefs, T60); /* Q.24 result */ in LVREV_ApplyNewSettings()441 Coefs[i-1] = LVREV_GainPolyTable[Index-1][i]; in LVREV_ApplyNewSettings()443 Coefs[4] = 0; in LVREV_ApplyNewSettings()445 Gain1 = LVM_Polynomial(3, Coefs, T60); /* Q.24 result */ in LVREV_ApplyNewSettings()450 Coefs[i-1] = LVREV_GainPolyTable[Index][i]; in LVREV_ApplyNewSettings()452 Coefs[4] = 0; in LVREV_ApplyNewSettings()454 Gain2 = LVM_Polynomial(3, Coefs, T60); /* Q.24 result */ in LVREV_ApplyNewSettings()