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()
DLVPSA_QPD_Process.c81 LVM_INT32 Kp = pQPDState->Coefs[0]; in LVPSA_QPD_Process()
82 LVM_INT32 Km = pQPDState->Coefs[1]; in LVPSA_QPD_Process()
DLVPSA_QPD.h31 LVM_INT32 Coefs[2]; /* pointer to the filter coefficients */ member
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_ApplyNewSettings.c383 LVM_INT32 Coefs[5]; in LVREV_ApplyNewSettings() local
419 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()