Home
last modified time | relevance | path

Searched refs:Coeffs (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
DLVCS_Equaliser.cpp65 BQ_FLOAT_Coefs_t Coeffs; in LVCS_EqualiserInit() local
87 Coeffs.A0 = (LVM_FLOAT) pEqualiserCoefTable[Offset].A0; in LVCS_EqualiserInit()
88 Coeffs.A1 = (LVM_FLOAT) pEqualiserCoefTable[Offset].A1; in LVCS_EqualiserInit()
89 Coeffs.A2 = (LVM_FLOAT) pEqualiserCoefTable[Offset].A2; in LVCS_EqualiserInit()
90 Coeffs.B1 = (LVM_FLOAT)-pEqualiserCoefTable[Offset].B1; in LVCS_EqualiserInit()
91 Coeffs.B2 = (LVM_FLOAT)-pEqualiserCoefTable[Offset].B2; in LVCS_EqualiserInit()
100 &Coeffs); in LVCS_EqualiserInit()
DLVCS_ReverbGenerator.cpp70 BQ_FLOAT_Coefs_t Coeffs; in LVCS_ReverbGeneratorInit() local
105 Coeffs.A0 = (LVM_FLOAT)pReverbCoefTable[Offset].A0; in LVCS_ReverbGeneratorInit()
106 Coeffs.A1 = (LVM_FLOAT)pReverbCoefTable[Offset].A1; in LVCS_ReverbGeneratorInit()
107 Coeffs.A2 = (LVM_FLOAT)pReverbCoefTable[Offset].A2; in LVCS_ReverbGeneratorInit()
108 Coeffs.B1 = (LVM_FLOAT)-pReverbCoefTable[Offset].B1; in LVCS_ReverbGeneratorInit()
109 Coeffs.B2 = (LVM_FLOAT)-pReverbCoefTable[Offset].B2; in LVCS_ReverbGeneratorInit()
118 &Coeffs); in LVCS_ReverbGeneratorInit()
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_ApplyNewSettings.cpp79 FO_FLOAT_Coefs_t Coeffs; in LVREV_ApplyNewSettings() local
82 LVM_FO_HPF(Omega, &Coeffs); in LVREV_ApplyNewSettings()
84 &pPrivate->pFastData->HPTaps, &Coeffs); in LVREV_ApplyNewSettings()
98 FO_FLOAT_Coefs_t Coeffs; in LVREV_ApplyNewSettings() local
100 Coeffs.A0 = 1; in LVREV_ApplyNewSettings()
101 Coeffs.A1 = 0; in LVREV_ApplyNewSettings()
102 Coeffs.B1 = 0; in LVREV_ApplyNewSettings()
112 LVM_FO_LPF(Omega, &Coeffs); in LVREV_ApplyNewSettings()
116 &pPrivate->pFastData->LPTaps, &Coeffs); in LVREV_ApplyNewSettings()
245 FO_FLOAT_Coefs_t Coeffs; in LVREV_ApplyNewSettings() local
[all …]