Home | History | Annotate | Download | only in src

Lines Matching refs:Gain

63 /*      GaindB      is the gain in dBs, range -15dB to +15dB                            */
74 /* small errors in this value have a combined effect on the Q and Gain but not the */
93 LVM_INT16 Gain = pFilterDefinition->Gain;
118 if (Gain >= 0)
124 D = LVEQNB_DTable[Gain+15]; /* D = 1 / (1 + G) if GaindB < 0 */
166 pCoefficients->G = LVEQNB_GainTable[Gain+15];
201 /* GaindB is the gain in dBs, range -15dB to +15dB */
223 LVM_INT16 Gain = pFilterDefinition->Gain;
249 if (Gain >= 0)
255 D = LVEQNB_DTable[Gain+15]; /* D = 1 / (1 + G) if GaindB < 0 */
293 pCoefficients->G = LVEQNB_GainTable[Gain+15];