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.c40 pQPD_State->Coefs[0] = pCoef->KP; in LVPSA_QPD_Init()
41 pQPD_State->Coefs[1] = pCoef->KM; in LVPSA_QPD_Init()
50 pQPD_State->Coefs[0] = ((LVM_FLOAT)pCoef->KP); in LVPSA_QPD_Init_Float()
51 pQPD_State->Coefs[1] = ((LVM_FLOAT)pCoef->KM); in LVPSA_QPD_Init_Float()
DLVPSA_QPD.h31 LVM_INT32 Coefs[2]; /* pointer to the filter coefficients */ member
39 LVM_FLOAT Coefs[2]; /* pointer to the filter coefficients */ member
DLVPSA_QPD_Process.c86 LVM_INT32 Kp = pQPDState->Coefs[0]; in LVPSA_QPD_Process()
87 LVM_INT32 Km = pQPDState->Coefs[1]; in LVPSA_QPD_Process()
206 LVM_FLOAT Kp = ((LVM_FLOAT)(pQPDState->Coefs[0])); in LVPSA_QPD_Process_Float()
207 LVM_FLOAT Km = ((LVM_FLOAT)(pQPDState->Coefs[1])); in LVPSA_QPD_Process_Float()
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_ApplyNewSettings.c384 LVM_INT32 Coefs[5]; in LVREV_ApplyNewSettings() local
420 Coefs[i-1]=LVREV_GainPolyTable[Index][i]; in LVREV_ApplyNewSettings()
422 Coefs[4]=0; in LVREV_ApplyNewSettings()
423 Gain=LVM_Polynomial(3,Coefs,T60); /* Q.24 result */ in LVREV_ApplyNewSettings()
439 Coefs[i-1]=LVREV_GainPolyTable[Index-1][i]; in LVREV_ApplyNewSettings()
441 Coefs[4]=0; in LVREV_ApplyNewSettings()
443 Gain1=LVM_Polynomial(3,Coefs,T60); /* Q.24 result */ in LVREV_ApplyNewSettings()
448 Coefs[i-1]=LVREV_GainPolyTable[Index][i]; in LVREV_ApplyNewSettings()
450 Coefs[4]=0; in LVREV_ApplyNewSettings()
452 Gain2=LVM_Polynomial(3,Coefs,T60); /* Q.24 result */ in LVREV_ApplyNewSettings()
[all …]