HomeSort by relevance Sort by last modified time
    Searched defs:Gain2 (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_BypassMix.c 140 LVM_INT32 Gain2;
143 Gain2 = LVC_Mixer_GetTarget(&pConfig->Mixer_Instance.MixerStream[1]);
157 Gain2 = (Gain2 * GainCorrect) << 4;
162 Gain2 = Gain2 << 16;
173 LVC_Mixer_SetTarget(&pConfig->Mixer_Instance.MixerStream[1],Gain2>>16);
  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_ApplyNewSettings.c 428 LVM_INT32 Gain1,Gain2;
451 Gain2=LVM_Polynomial(3,Coefs,T60); /* Q.24 result */
454 Gain = Gain1+ (((Gain2-Gain1)*Dist)/(Tot_Dist));

Completed in 1000 milliseconds