Home
last modified time | relevance | path

Searched refs:Coefs (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_QPD_Init.cpp40 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()
DLVPSA_QPD.h26 LVM_INT32 Coefs[2]; /* pointer to the filter coefficients */ member
33 LVM_FLOAT Coefs[2]; /* pointer to the filter coefficients */ member
DLVPSA_QPD_Process.cpp83 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()
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_ApplyNewSettings.cpp387 LVM_FLOAT Coefs[5]; in LVREV_ApplyNewSettings() local
422 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()