Searched refs:Coeffs (Results 1 – 3 of 3) sorted by relevance
66 BQ_C16_Coefs_t Coeffs; in LVCS_EqualiserInit() local83 Coeffs.A0 = (LVM_INT16) pEqualiserCoefTable[Offset].A0; in LVCS_EqualiserInit()84 Coeffs.A1 = (LVM_INT16) pEqualiserCoefTable[Offset].A1; in LVCS_EqualiserInit()85 Coeffs.A2 = (LVM_INT16) pEqualiserCoefTable[Offset].A2; in LVCS_EqualiserInit()86 Coeffs.B1 = (LVM_INT16)-pEqualiserCoefTable[Offset].B1; in LVCS_EqualiserInit()87 Coeffs.B2 = (LVM_INT16)-pEqualiserCoefTable[Offset].B2; in LVCS_EqualiserInit()96 &Coeffs); in LVCS_EqualiserInit()
71 BQ_C16_Coefs_t Coeffs; in LVCS_ReverbGeneratorInit() local101 Coeffs.A0 = (LVM_INT16)pReverbCoefTable[Offset].A0; in LVCS_ReverbGeneratorInit()102 Coeffs.A1 = (LVM_INT16)pReverbCoefTable[Offset].A1; in LVCS_ReverbGeneratorInit()103 Coeffs.A2 = (LVM_INT16)pReverbCoefTable[Offset].A2; in LVCS_ReverbGeneratorInit()104 Coeffs.B1 = (LVM_INT16)-pReverbCoefTable[Offset].B1; in LVCS_ReverbGeneratorInit()105 Coeffs.B2 = (LVM_INT16)-pReverbCoefTable[Offset].B2; in LVCS_ReverbGeneratorInit()113 &Coeffs); in LVCS_ReverbGeneratorInit()
80 FO_C32_Coefs_t Coeffs; in LVREV_ApplyNewSettings() local83 LVM_FO_HPF(Omega, &Coeffs); in LVREV_ApplyNewSettings()84 …I_D32F32Cll_TRC_WRA_01_Init( &pPrivate->pFastCoef->HPCoefs, &pPrivate->pFastData->HPTaps, &Coeffs); in LVREV_ApplyNewSettings()99 FO_C32_Coefs_t Coeffs; in LVREV_ApplyNewSettings() local102 Coeffs.A0 = 0x7FFFFFFF; in LVREV_ApplyNewSettings()103 Coeffs.A1 = 0; in LVREV_ApplyNewSettings()104 Coeffs.B1 = 0; in LVREV_ApplyNewSettings()114 LVM_FO_LPF(Omega, &Coeffs); in LVREV_ApplyNewSettings()117 …I_D32F32Cll_TRC_WRA_01_Init( &pPrivate->pFastCoef->LPCoefs, &pPrivate->pFastData->LPTaps, &Coeffs); in LVREV_ApplyNewSettings()248 FO_C32_Coefs_t Coeffs; in LVREV_ApplyNewSettings() local[all …]