Home | History | Annotate | Download | only in src

Lines Matching refs:Gain

128             LVM_UINT32          Gain;
130 Gain = (LVM_UINT32)(pOutputGainTable[Offset].Loss * LVM_MAXINT_16);
131 Gain = (LVM_UINT32)pOutputGainTable[Offset].UnprocLoss * (Gain >> 15);
132 Gain=Gain>>15;
134 * Apply the gain correction and shift, note the result is in Q3.13 format
136 Gain = (Gain * pInstance->VolCorrect.GainMin) >>12;
138 LVC_Mixer_Init(&pInstance->BypassMix.Mixer_Instance.MixerStream[1],0,Gain);