Home | History | Annotate | Download | only in src

Lines Matching refs:Gain

143                 ((pParams->pEQNB_BandDefinition[i].Gain     < LVM_EQNB_MIN_BAND_GAIN)  ||
144 (pParams->pEQNB_BandDefinition[i].Gain > LVM_EQNB_MAX_BAND_GAIN)) ||
260 /* Enable the treble boost when the settings are appropriate, i.e. non-zero gain */
347 * Limit the gain to the maximum allowed
360 pInstance->PSA_GainOffset=(LVM_INT16)(-Volume);/* Loss is compensated by Gain*/
362 pInstance->PSA_GainOffset=(LVM_INT16)60;/* Loss is compensated by Gain*/
393 * Calculate the required gain and shifts
460 if(pParams->pEQNB_BandDefinition[ii].Gain > MaxGain)
462 MaxGain = pParams->pEQNB_BandDefinition[ii].Gain;