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()
81 LVM_INT32 Kp = pQPDState->Coefs[0]; in LVPSA_QPD_Process()82 LVM_INT32 Km = pQPDState->Coefs[1]; in LVPSA_QPD_Process()
31 LVM_INT32 Coefs[2]; /* pointer to the filter coefficients */ member
383 LVM_INT32 Coefs[5]; in LVREV_ApplyNewSettings() local419 Coefs[i-1]=LVREV_GainPolyTable[Index][i]; in LVREV_ApplyNewSettings()421 Coefs[4]=0; in LVREV_ApplyNewSettings()422 Gain=LVM_Polynomial(3,Coefs,T60); /* Q.24 result */ in LVREV_ApplyNewSettings()438 Coefs[i-1]=LVREV_GainPolyTable[Index-1][i]; in LVREV_ApplyNewSettings()440 Coefs[4]=0; in LVREV_ApplyNewSettings()442 Gain1=LVM_Polynomial(3,Coefs,T60); /* Q.24 result */ in LVREV_ApplyNewSettings()447 Coefs[i-1]=LVREV_GainPolyTable[Index][i]; in LVREV_ApplyNewSettings()449 Coefs[4]=0; in LVREV_ApplyNewSettings()451 Gain2=LVM_Polynomial(3,Coefs,T60); /* Q.24 result */ in LVREV_ApplyNewSettings()