Searched refs:Delta (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
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 */
63 LVM_INT32 Delta=DeltaTable[Fs]; local
64 Delta=Delta>>(NumChannels-1);
67 Delta=0x7FFFFFFF;
69 Delta=Delta/Tc_millisec;
71 if(Delta==0)
72 Delta
[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 */
64 LVM_INT32 Delta=DeltaTable[Fs]; local
69 Delta=Delta>>(NumChannels-1);
81 Delta=0x7FFFFFFF;
83 Delta=Delta/Tc_millisec;
85 if(Delta==0)
86 Delta
[all...]
H A DLVC_Core_MixInSoft_D16C31_SAT.c40 LVM_INT32 Delta=pInstance->Delta; local
50 ADD2_SAT_32x32(Current,Delta,Temp); /* Q31 + Q31 into Q31*/
69 ADD2_SAT_32x32(Current,Delta,Temp); /* Q31 + Q31 into Q31*/
89 Current -= Delta; /* Q31 + Q31 into Q31*/
107 Current -= Delta; /* Q31 + Q31 into Q31*/
H A DLVC_Core_MixSoft_1St_D16C31_WRA.c40 LVM_INT32 Delta=pInstance->Delta; local
50 ADD2_SAT_32x32(Current,Delta,Temp); /* Q31 + Q31 into Q31*/
63 ADD2_SAT_32x32(Current,Delta,Temp); /* Q31 + Q31 into Q31*/
78 Current -= Delta; /* Q31 + Q31 into Q31*/
90 Current -= Delta; /* Q31 + Q31 into Q31*/
H A DLVC_MixSoft_1St_2i_D16C31_SAT.c54 if(pInstance1->Delta == 0x7FFFFFFF)
60 else if (Abs_32(pInstance1->Current-pInstance1->Target) < pInstance1->Delta)
74 if(pInstance2->Delta == 0x7FFFFFFF)
80 else if (Abs_32(pInstance2->Current-pInstance2->Target) < pInstance2->Delta)
124 if (Abs_32(pInstance1->Current-pInstance1->Target) < pInstance1->Delta)
138 if (Abs_32(pInstance2->Current-pInstance2->Target) < pInstance2->Delta)
H A DLVC_MixInSoft_D16C31_SAT.c53 if(pInstance->Delta == 0x7FFFFFFF){
57 }else if (Abs_32(pInstance->Current-pInstance->Target) < pInstance->Delta){
99 if (Abs_32(pInstance->Current-pInstance->Target) < pInstance->Delta){
H A DLVC_MixSoft_1St_D16C31_SAT.c53 if(pInstance->Delta == 0x7FFFFFFF){
57 }else if (Abs_32(pInstance->Current-pInstance->Target) < pInstance->Delta){
99 if (Abs_32(pInstance->Current-pInstance->Target) < pInstance->Delta){
H A DLVC_Core_MixSoft_1St_2i_D16C31_WRA.c44 LVM_INT32 DeltaL=pInstanceL->Delta;
48 LVM_INT32 DeltaR=pInstanceR->Delta;
H A DLVC_Mixer_Private.h35 LVM_INT32 Delta; /* 32 bit number specifying the fractional value of Delta Gain */ member in struct:__anon170
/frameworks/native/services/inputflinger/
H A DInputReader.h1609 struct Delta { struct in struct:android::TouchInputMapper::PointerGesture
1612 Delta referenceDeltas[MAX_POINTER_ID + 1];
H A DInputReader.cpp5118 PointerGesture::Delta& delta = mPointerGesture.referenceDeltas[id];
5137 PointerGesture::Delta& delta = mPointerGesture.referenceDeltas[id];
5184 PointerGesture::Delta& delta1 = mPointerGesture.referenceDeltas[id1];
5185 PointerGesture::Delta& delta2 = mPointerGesture.referenceDeltas[id2];
5239 PointerGesture::Delta& delta = mPointerGesture.referenceDeltas[id];

Completed in 361 milliseconds