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

  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_BypassMix.c 139 LVM_INT32 Gain1;
142 Gain1 = LVC_Mixer_GetTarget(&pConfig->Mixer_Instance.MixerStream[0]);
156 Gain1 = (Gain1 * GainCorrect) << 4;
161 Gain1 = Gain1 << 16;
171 LVC_Mixer_SetTarget(&pConfig->Mixer_Instance.MixerStream[0],Gain1>>16);
  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_ApplyNewSettings.c 428 LVM_INT32 Gain1,Gain2;
442 Gain1=LVM_Polynomial(3,Coefs,T60); /* Q.24 result */
454 Gain = Gain1+ (((Gain2-Gain1)*Dist)/(Tot_Dist));

Completed in 111 milliseconds