Searched refs:Gain1 (Results 1 – 2 of 2) sorted by relevance
134 LVM_FLOAT Gain1; in LVCS_BypassMixInit() local137 Gain1 = LVC_Mixer_GetTarget(&pConfig->Mixer_Instance.MixerStream[0]); in LVCS_BypassMixInit()152 Gain1 = (Gain1 * GainCorrect); in LVCS_BypassMixInit()160 LVC_Mixer_SetTarget(&pConfig->Mixer_Instance.MixerStream[0], Gain1); in LVCS_BypassMixInit()
359 LVM_FLOAT Gain1, Gain2; in LVREV_ApplyNewSettings() local372 Gain1 = LVM_Polynomial(3, Coefs, T60); /* Q.24 result */ in LVREV_ApplyNewSettings()383 Gain = Gain1 + (((Gain2 - Gain1) * Dist) / (Tot_Dist)); in LVREV_ApplyNewSettings()