Searched refs:Delta (Results 1 – 18 of 18) sorted by relevance
64 LVM_FLOAT Delta = DeltaTable[Fs]; in LVC_Mixer_SetTimeConstant() local65 Delta = Delta / (NumChannels); in LVC_Mixer_SetTimeConstant()68 Delta = 1.000000f; in LVC_Mixer_SetTimeConstant()70 Delta = Delta / Tc_millisec; in LVC_Mixer_SetTimeConstant()72 if (Delta == 0) in LVC_Mixer_SetTimeConstant()73 Delta = 0.0000000005f; /* If Time Constant is so large that Delta is 0, \ in LVC_Mixer_SetTimeConstant()75 pInstance->Delta = Delta; // Delta=(2147483647*4*1000)/(NumChannels*SampleRate*Tc_millisec) in LVC_Mixer_SetTimeConstant()
64 LVM_FLOAT Delta = DeltaTable[Fs]; in LVC_Mixer_VarSlope_SetTimeConstant() local69 Delta = Delta / (NumChannels); in LVC_Mixer_VarSlope_SetTimeConstant()80 Delta = 1.000000f; in LVC_Mixer_VarSlope_SetTimeConstant()82 Delta = Delta / Tc_millisec_float; in LVC_Mixer_VarSlope_SetTimeConstant()84 if (Delta == 0) in LVC_Mixer_VarSlope_SetTimeConstant()85 Delta = 0.0000000005f; /* If Time Constant is so large that Delta is 0, \ in LVC_Mixer_VarSlope_SetTimeConstant()88 Delta = 0.0000000005f; /* Minimum value for proper call-backs \ in LVC_Mixer_VarSlope_SetTimeConstant()92 pInstance->Delta = Delta; // Delta=(2147483647*4*1000)/(NumChannels*SampleRate*Tc_millisec) in LVC_Mixer_VarSlope_SetTimeConstant()
34 LVM_FLOAT Delta = (LVM_FLOAT)pInstance->Delta; in LVC_Core_MixSoft_1St_D16C31_WRA() local43 Current = LVM_Clamp(Current + Delta); in LVC_Core_MixSoft_1St_D16C31_WRA()52 Current = LVM_Clamp(Current + Delta); in LVC_Core_MixSoft_1St_D16C31_WRA()63 Current -= Delta; in LVC_Core_MixSoft_1St_D16C31_WRA()72 Current -= Delta; in LVC_Core_MixSoft_1St_D16C31_WRA()107 LVM_FLOAT Delta = (LVM_FLOAT)pInstance->Delta; in LVC_Core_MixSoft_Mc_D16C31_WRA() local122 Current = LVM_Clamp(Current + Delta); in LVC_Core_MixSoft_Mc_D16C31_WRA()133 Current = LVM_Clamp(Current + Delta); in LVC_Core_MixSoft_Mc_D16C31_WRA()143 Current -= Delta; in LVC_Core_MixSoft_Mc_D16C31_WRA()154 Current -= Delta; in LVC_Core_MixSoft_Mc_D16C31_WRA()
34 LVM_FLOAT Delta = pInstance->Delta; in LVC_Core_MixInSoft_D16C31_SAT() local44 Temp = Current + Delta; in LVC_Core_MixInSoft_D16C31_SAT()55 Temp = Current + Delta; in LVC_Core_MixInSoft_D16C31_SAT()66 Current -= Delta; in LVC_Core_MixInSoft_D16C31_SAT()76 Current -= Delta; in LVC_Core_MixInSoft_D16C31_SAT()110 LVM_FLOAT Delta = pInstance->Delta; in LVC_Core_MixInSoft_Mc_D16C31_SAT() local126 Temp = Current + Delta; in LVC_Core_MixInSoft_Mc_D16C31_SAT()137 Temp = Current + Delta; in LVC_Core_MixInSoft_Mc_D16C31_SAT()151 Current -= Delta; in LVC_Core_MixInSoft_Mc_D16C31_SAT()161 Current -= Delta; in LVC_Core_MixInSoft_Mc_D16C31_SAT()
95 Target_ctr.Delta = 0.0f; in LVC_MixSoft_1St_MC_float_SAT()118 if (pInstance1->Delta == LVM_MAXFLOAT || in LVC_MixSoft_1St_MC_float_SAT()119 Abs_Float(pInstance1->Current - pInstance1->Target) < pInstance1->Delta) { in LVC_MixSoft_1St_MC_float_SAT()130 if (pInstance2->Delta == LVM_MAXFLOAT || in LVC_MixSoft_1St_MC_float_SAT()131 Abs_Float(pInstance2->Current - pInstance2->Target) < pInstance2->Delta) { in LVC_MixSoft_1St_MC_float_SAT()166 if (Abs_Float(pInstance1->Current - pInstance1->Target) < pInstance1->Delta) { in LVC_MixSoft_1St_MC_float_SAT()181 if (Abs_Float(pInstance2->Current - pInstance2->Target) < pInstance2->Delta) { in LVC_MixSoft_1St_MC_float_SAT()
38 const LVM_FLOAT Delta = pInstance->Delta; in LVC_Core_MixSoft_1St_MC_float_WRA() local42 Current = ADD2_SAT_FLOAT(Current, Delta); in LVC_Core_MixSoft_1St_MC_float_WRA()45 Current -= Delta; in LVC_Core_MixSoft_1St_MC_float_WRA()
50 if (pInstance->Delta == 1.0f) { in LVC_MixSoft_1St_D16C31_SAT()54 } else if (Abs_Float(pInstance->Current - pInstance->Target) < pInstance->Delta) { in LVC_MixSoft_1St_D16C31_SAT()86 if (Abs_Float(pInstance->Current - pInstance->Target) < pInstance->Delta) { in LVC_MixSoft_1St_D16C31_SAT()131 if (pInstance->Delta == 1.0f) { in LVC_MixSoft_Mc_D16C31_SAT()135 } else if (Abs_Float(pInstance->Current - pInstance->Target) < pInstance->Delta) { in LVC_MixSoft_Mc_D16C31_SAT()168 if (Abs_Float(pInstance->Current - pInstance->Target) < pInstance->Delta) { in LVC_MixSoft_Mc_D16C31_SAT()
49 if (pInstance->Delta == 1.0f) { in LVC_MixInSoft_D16C31_SAT()53 } else if (Abs_Float(pInstance->Current - pInstance->Target) < pInstance->Delta) { in LVC_MixInSoft_D16C31_SAT()86 if (Abs_Float(pInstance->Current - pInstance->Target) < pInstance->Delta) { in LVC_MixInSoft_D16C31_SAT()132 if (pInstance->Delta == 1.0f) { in LVC_MixInSoft_Mc_D16C31_SAT()136 } else if (Abs_Float(pInstance->Current - pInstance->Target) < pInstance->Delta) { in LVC_MixInSoft_Mc_D16C31_SAT()170 if (Abs_Float(pInstance->Current - pInstance->Target) < pInstance->Delta) { in LVC_MixInSoft_Mc_D16C31_SAT()
33 LVM_FLOAT Delta; /*number specifying value of Delta Gain */ member
1[0] bldr_log_init: bldr_log_base=0x83600000, bldr_log_size=458752 2B - 626409 - ...
5 D - 104829 - APPSBL Image Loaded, Delta - (2498816 Bytes)7 D - 643611 - SBL1, Delta13 D - 244 - clock_init, Delta17 D - 3386 - QSEE Dev Config Image Loaded, Delta - (46232 Bytes)20 D - 2166 - APDP Image Loaded, Delta - (7696 Bytes)23 D - 50782 - QSEE Image Loaded, Delta - (1648640 Bytes)25 D - 244 - SEC Image Loaded, Delta - (4096 Bytes)29 D - 91 - sbl1_efs_handle_cookies, Delta32 D - 11010 - QHEE Image Loaded, Delta - (258280 Bytes)35 D - 10736 - RPM Image Loaded, Delta - (224104 Bytes)[all …]
308 private fun <T, Delta> sharedValue( in sharedValue()312 ): SharedValue<T, Delta> { in sharedValue()313 return layoutImpl.sharedValues[key]?.get(element)?.let { it as SharedValue<T, Delta> } in sharedValue()322 internal class SharedValue<T, Delta>( in valueReadTooEarlyMessage()323 val type: SharedValueType<T, Delta>, in valueReadTooEarlyMessage()341 private class AnimatedStateImpl<T, Delta>(352 val sharedValue = sharedValue<T, Delta>(layoutImpl, key, element) in value()400 private fun transition(sharedValue: SharedValue<T, Delta>): TransitionState.Transition? { in transition()437 sharedValue: SharedValue<T, Delta>, in computeInterruptedValue()
313 interface SharedValueType<T, Delta> {321 val zeroDeltaValue: Delta330 fun diff(a: T, b: T): Delta in lerp()333 fun addWeighted(a: T, b: Delta, bWeight: Float): T in lerp()
658 struct Delta { struct661 Delta referenceDeltas[MAX_POINTER_ID + 1];
3130 PointerGesture::Delta& delta = mPointerGesture.referenceDeltas[id]; in prepareMultiFingerPointerGestures()3149 PointerGesture::Delta& delta = mPointerGesture.referenceDeltas[id]; in prepareMultiFingerPointerGestures()3196 PointerGesture::Delta& delta1 = mPointerGesture.referenceDeltas[id1]; in prepareMultiFingerPointerGestures()3197 PointerGesture::Delta& delta2 = mPointerGesture.referenceDeltas[id2]; in prepareMultiFingerPointerGestures()3248 PointerGesture::Delta& delta = mPointerGesture.referenceDeltas[id]; in prepareMultiFingerPointerGestures()
385 // Delta time of radio scan start and stop in milliseconds.
630 template <class Delta>631 void advance(Delta delta) { in advance()
5271 // Delta between the incoming binder call to vibrate and the first step in the5274 // Delta between the HAL reporting the last vibrate operation has completed and9982 // Delta Anon RSS reduced with compaction computed as RSS Before - RSS After.