Searched defs:Delta (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DLVC_Mixer_Private.h35 LVM_FLOAT Delta; /*number specifying value of Delta Gain */ member in struct:__anon269
44 LVM_INT32 Delta; /* 32 bit number specifying the fractional value of Delta Gain */ member in struct:__anon270
H A DLVC_Mixer_SetTimeConstant.c29 /* Delta=(2147483647*4*1000)/(NumChannels*SampleRate*Tc_millisec) */
41 /* Delta - the step change for fractional gain per 4 samples */
78 LVM_FLOAT Delta = DeltaTable[Fs]; local
79 Delta = Delta / (NumChannels);
82 Delta = 1.000000f;
84 Delta = Delta / Tc_millisec;
86 if(Delta == 0)
87 Delta
107 LVM_INT32 Delta=DeltaTable[Fs]; local
[all...]
H A DLVC_Core_MixInSoft_D16C31_SAT.c39 LVM_FLOAT Delta = pInstance->Delta; local
49 Temp = Current + Delta;
66 Temp = Current + Delta;
84 Current -= Delta;
100 Current -= Delta;
129 LVM_INT32 Delta=pInstance->Delta; local
139 ADD2_SAT_32x32(Current,Delta,Temp); /* Q31 + Q31 into Q31*/
158 ADD2_SAT_32x32(Current,Delta,Tem
[all...]
H A DLVC_Core_MixSoft_1St_D16C31_WRA.c39 LVM_FLOAT Delta= (LVM_FLOAT)pInstance->Delta; local
50 Temp = Current + Delta;
67 Temp = Current + Delta;
86 Current -= Delta;
96 Current -= Delta;
119 LVM_INT32 Delta=pInstance->Delta; local
129 ADD2_SAT_32x32(Current,Delta,Temp); /* Q31 + Q31 into Q31*/
142 ADD2_SAT_32x32(Current,Delta,Tem
[all...]
H A DLVC_Mixer_VarSlope_SetTimeConstant.c30 /* Delta=(2147483647*4*1000)/(NumChannels*SampleRate*Tc_millisec) */
42 /* Delta - the step change for fractional gain per 4 samples */
79 LVM_FLOAT Delta = DeltaTable[Fs]; local
84 Delta=Delta / (NumChannels);
97 Delta = 1.000000f;
99 Delta = Delta / Tc_millisec_float;
101 if(Delta == 0)
102 Delta
129 LVM_INT32 Delta=DeltaTable[Fs]; local
[all...]
/frameworks/native/services/inputflinger/
H A DInputReader.h1725 struct Delta { struct in struct:android::TouchInputMapper::PointerGesture
1728 Delta referenceDeltas[MAX_POINTER_ID + 1];

Completed in 143 milliseconds