Searched refs:Coeffs (Results 1 – 3 of 3) sorted by relevance
66 BQ_FLOAT_Coefs_t Coeffs; in LVCS_EqualiserInit() local88 Coeffs.A0 = (LVM_FLOAT) pEqualiserCoefTable[Offset].A0; in LVCS_EqualiserInit()89 Coeffs.A1 = (LVM_FLOAT) pEqualiserCoefTable[Offset].A1; in LVCS_EqualiserInit()90 Coeffs.A2 = (LVM_FLOAT) pEqualiserCoefTable[Offset].A2; in LVCS_EqualiserInit()91 Coeffs.B1 = (LVM_FLOAT)-pEqualiserCoefTable[Offset].B1; in LVCS_EqualiserInit()92 Coeffs.B2 = (LVM_FLOAT)-pEqualiserCoefTable[Offset].B2; in LVCS_EqualiserInit()102 &Coeffs); in LVCS_EqualiserInit()131 BQ_C16_Coefs_t Coeffs; in LVCS_EqualiserInit() local148 Coeffs.A0 = (LVM_INT16) pEqualiserCoefTable[Offset].A0; in LVCS_EqualiserInit()149 Coeffs.A1 = (LVM_INT16) pEqualiserCoefTable[Offset].A1; in LVCS_EqualiserInit()[all …]
71 BQ_FLOAT_Coefs_t Coeffs; in LVCS_ReverbGeneratorInit() local108 Coeffs.A0 = (LVM_FLOAT)pReverbCoefTable[Offset].A0; in LVCS_ReverbGeneratorInit()109 Coeffs.A1 = (LVM_FLOAT)pReverbCoefTable[Offset].A1; in LVCS_ReverbGeneratorInit()110 Coeffs.A2 = (LVM_FLOAT)pReverbCoefTable[Offset].A2; in LVCS_ReverbGeneratorInit()111 Coeffs.B1 = (LVM_FLOAT)-pReverbCoefTable[Offset].B1; in LVCS_ReverbGeneratorInit()112 Coeffs.B2 = (LVM_FLOAT)-pReverbCoefTable[Offset].B2; in LVCS_ReverbGeneratorInit()122 &Coeffs); in LVCS_ReverbGeneratorInit()162 BQ_C16_Coefs_t Coeffs; in LVCS_ReverbGeneratorInit() local192 Coeffs.A0 = (LVM_INT16)pReverbCoefTable[Offset].A0; in LVCS_ReverbGeneratorInit()193 Coeffs.A1 = (LVM_INT16)pReverbCoefTable[Offset].A1; in LVCS_ReverbGeneratorInit()[all …]
81 FO_C32_Coefs_t Coeffs; in LVREV_ApplyNewSettings() local84 LVM_FO_HPF(Omega, &Coeffs); in LVREV_ApplyNewSettings()85 …I_D32F32Cll_TRC_WRA_01_Init( &pPrivate->pFastCoef->HPCoefs, &pPrivate->pFastData->HPTaps, &Coeffs); in LVREV_ApplyNewSettings()100 FO_C32_Coefs_t Coeffs; in LVREV_ApplyNewSettings() local103 Coeffs.A0 = 0x7FFFFFFF; in LVREV_ApplyNewSettings()104 Coeffs.A1 = 0; in LVREV_ApplyNewSettings()105 Coeffs.B1 = 0; in LVREV_ApplyNewSettings()115 LVM_FO_LPF(Omega, &Coeffs); in LVREV_ApplyNewSettings()118 …I_D32F32Cll_TRC_WRA_01_Init( &pPrivate->pFastCoef->LPCoefs, &pPrivate->pFastData->LPTaps, &Coeffs); in LVREV_ApplyNewSettings()249 FO_C32_Coefs_t Coeffs; in LVREV_ApplyNewSettings() local[all …]