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.cpp37 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()
DLVPSA_QPD.h25 LVM_INT32 Coefs[2]; /* pointer to the filter coefficients */ member
31 LVM_FLOAT Coefs[2]; /* pointer to the filter coefficients */ member
DLVPSA_QPD_Process.cpp75 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()
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_ApplyNewSettings.cpp327 LVM_FLOAT Coefs[5]; in LVREV_ApplyNewSettings() local
352 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()