Home
last modified time | relevance | path

Searched refs:Target (Results 1 – 25 of 76) sorted by relevance

1234

/frameworks/base/media/libeffects/lvm/lib/Common/src/
DLVC_MixSoft_1St_2i_D16C31_SAT.c52 if ((pInstance1->Current != pInstance1->Target)||(pInstance2->Current != pInstance2->Target)) in LVC_MixSoft_1St_2i_D16C31_SAT()
56 pInstance1->Current = pInstance1->Target; in LVC_MixSoft_1St_2i_D16C31_SAT()
57 TargetGain=pInstance1->Target>>16; // TargetGain in Q16.15 format, no integer part in LVC_MixSoft_1St_2i_D16C31_SAT()
60 else if (Abs_32(pInstance1->Current-pInstance1->Target) < pInstance1->Delta) in LVC_MixSoft_1St_2i_D16C31_SAT()
62 …pInstance1->Current = pInstance1->Target; /* Difference is not significant anymore. Make them equ… in LVC_MixSoft_1St_2i_D16C31_SAT()
63 TargetGain=pInstance1->Target>>16; // TargetGain in Q16.15 format, no integer part in LVC_MixSoft_1St_2i_D16C31_SAT()
76 pInstance2->Current = pInstance2->Target; in LVC_MixSoft_1St_2i_D16C31_SAT()
77 TargetGain=pInstance2->Target>>16; // TargetGain in Q16.15 format, no integer part in LVC_MixSoft_1St_2i_D16C31_SAT()
80 else if (Abs_32(pInstance2->Current-pInstance2->Target) < pInstance2->Delta) in LVC_MixSoft_1St_2i_D16C31_SAT()
82 …pInstance2->Current = pInstance2->Target; /* Difference is not significant anymore. Make them equ… in LVC_MixSoft_1St_2i_D16C31_SAT()
[all …]
DLVC_MixSoft_1St_D16C31_SAT.c51 if (pInstance->Current != pInstance->Target) in LVC_MixSoft_1St_D16C31_SAT()
54 pInstance->Current = pInstance->Target; in LVC_MixSoft_1St_D16C31_SAT()
55 TargetGain=pInstance->Target>>(16-pInstance->Shift); // TargetGain in Q16.15 format in LVC_MixSoft_1St_D16C31_SAT()
57 }else if (Abs_32(pInstance->Current-pInstance->Target) < pInstance->Delta){ in LVC_MixSoft_1St_D16C31_SAT()
58 …pInstance->Current = pInstance->Target; /* Difference is not significant anymore. Make them equal… in LVC_MixSoft_1St_D16C31_SAT()
59 TargetGain=pInstance->Target>>(16-pInstance->Shift); // TargetGain in Q16.15 format in LVC_MixSoft_1St_D16C31_SAT()
78 if (pInstance->Target == 0) in LVC_MixSoft_1St_D16C31_SAT()
82 if ((pInstance->Target>>16) != 0x7FFF) in LVC_MixSoft_1St_D16C31_SAT()
83 Mult3s_16x16( dst, (LVM_INT16)(pInstance->Target>>16), dst, n ); in LVC_MixSoft_1St_D16C31_SAT()
86 if ((pInstance->Target>>16) != 0x7FFF) in LVC_MixSoft_1St_D16C31_SAT()
[all …]
DMixInSoft_D32C31_SAT.c48 if (pInstance->Current != pInstance->Target) in MixInSoft_D32C31_SAT()
51 pInstance->Current = pInstance->Target; in MixInSoft_D32C31_SAT()
52 }else if ((pInstance->Current-pInstance->Target <POINT_ZERO_ONE_DB)&& in MixInSoft_D32C31_SAT()
53 (pInstance->Current-pInstance->Target > -POINT_ZERO_ONE_DB)){ in MixInSoft_D32C31_SAT()
54 …pInstance->Current = pInstance->Target; /* Difference is not significant anymore. Make them equal… in MixInSoft_D32C31_SAT()
67 if (pInstance->Target != 0){ /* Nothing to do in case Target = 0 */ in MixInSoft_D32C31_SAT()
68 if ((pInstance->Target>>16) == 0x7FFF) in MixInSoft_D32C31_SAT()
72 …pInstance->Current = pInstance->Target; /* In case the core function would have changed the Curren… in MixInSoft_D32C31_SAT()
84 if ((pInstance->Current-pInstance->Target <POINT_ZERO_ONE_DB)&& in MixInSoft_D32C31_SAT()
85 (pInstance->Current-pInstance->Target > -POINT_ZERO_ONE_DB)){ in MixInSoft_D32C31_SAT()
[all …]
DLVC_MixInSoft_D16C31_SAT.c51 if (pInstance->Current != pInstance->Target) in LVC_MixInSoft_D16C31_SAT()
54 pInstance->Current = pInstance->Target; in LVC_MixInSoft_D16C31_SAT()
55 TargetGain=pInstance->Target>>(16-pInstance->Shift); // TargetGain in Q16.15 format in LVC_MixInSoft_D16C31_SAT()
57 }else if (Abs_32(pInstance->Current-pInstance->Target) < pInstance->Delta){ in LVC_MixInSoft_D16C31_SAT()
58 …pInstance->Current = pInstance->Target; /* Difference is not significant anymore. Make them equal… in LVC_MixInSoft_D16C31_SAT()
59 TargetGain=pInstance->Target>>(16-pInstance->Shift); // TargetGain in Q16.15 format in LVC_MixInSoft_D16C31_SAT()
78 if (pInstance->Target != 0){ /* Nothing to do in case Target = 0 */ in LVC_MixInSoft_D16C31_SAT()
79 if ((pInstance->Target>>16) == 0x7FFF){ in LVC_MixInSoft_D16C31_SAT()
87 Mac3s_Sat_16x16(src,(LVM_INT16)(pInstance->Target>>16),dst,n); in LVC_MixInSoft_D16C31_SAT()
88 …pInstance->Current = pInstance->Target; /* In case the LVCore function would have changed the Curr… in LVC_MixInSoft_D16C31_SAT()
[all …]
DMixSoft_1St_D32C31_WRA.c50 if (pInstance->Current != pInstance->Target) in MixSoft_1St_D32C31_WRA()
53 pInstance->Current = pInstance->Target; in MixSoft_1St_D32C31_WRA()
54 }else if ((pInstance->Current-pInstance->Target <POINT_ZERO_ONE_DB)&& in MixSoft_1St_D32C31_WRA()
55 (pInstance->Current-pInstance->Target > -POINT_ZERO_ONE_DB)){ in MixSoft_1St_D32C31_WRA()
56 …pInstance->Current = pInstance->Target; /* Difference is not significant anymore. Make them equal… in MixSoft_1St_D32C31_WRA()
69 if (pInstance->Target == 0) in MixSoft_1St_D32C31_WRA()
71 else if ((pInstance->Target>>16) == 0x7FFF){ in MixSoft_1St_D32C31_WRA()
84 if ((pInstance->Current-pInstance->Target <POINT_ZERO_ONE_DB)&& in MixSoft_1St_D32C31_WRA()
85 (pInstance->Current-pInstance->Target > -POINT_ZERO_ONE_DB)){ in MixSoft_1St_D32C31_WRA()
86 …pInstance->Current = pInstance->Target; /* Difference is not significant anymore. Make them equal… in MixSoft_1St_D32C31_WRA()
DLVC_Core_MixInSoft_D16C31_SAT.c42 LVM_INT32 Target=pInstance->Target; in LVC_Core_MixInSoft_D16C31_SAT() local
48 if(Current<Target){ in LVC_Core_MixInSoft_D16C31_SAT()
52 if (Current > Target) in LVC_Core_MixInSoft_D16C31_SAT()
53 Current = Target; in LVC_Core_MixInSoft_D16C31_SAT()
71 if (Current > Target) in LVC_Core_MixInSoft_D16C31_SAT()
72 Current = Target; in LVC_Core_MixInSoft_D16C31_SAT()
90 if (Current < Target) in LVC_Core_MixInSoft_D16C31_SAT()
91 Current = Target; in LVC_Core_MixInSoft_D16C31_SAT()
108 if (Current < Target) in LVC_Core_MixInSoft_D16C31_SAT()
109 Current = Target; in LVC_Core_MixInSoft_D16C31_SAT()
DLVC_Core_MixSoft_1St_D16C31_WRA.c42 LVM_INT32 Target=pInstance->Target; in LVC_Core_MixSoft_1St_D16C31_WRA() local
48 if(Current<Target){ in LVC_Core_MixSoft_1St_D16C31_WRA()
52 if (Current > Target) in LVC_Core_MixSoft_1St_D16C31_WRA()
53 Current = Target; in LVC_Core_MixSoft_1St_D16C31_WRA()
65 if (Current > Target) in LVC_Core_MixSoft_1St_D16C31_WRA()
66 Current = Target; in LVC_Core_MixSoft_1St_D16C31_WRA()
79 if (Current < Target) in LVC_Core_MixSoft_1St_D16C31_WRA()
80 Current = Target; in LVC_Core_MixSoft_1St_D16C31_WRA()
91 if (Current < Target) in LVC_Core_MixSoft_1St_D16C31_WRA()
92 Current = Target; in LVC_Core_MixSoft_1St_D16C31_WRA()
DLVC_Mixer_VarSlope_SetTimeConstant.c67 LVM_INT32 Target; in LVC_Mixer_VarSlope_SetTimeConstant() local
73 Target = LVC_Mixer_GetTarget( pStream ); in LVC_Mixer_VarSlope_SetTimeConstant()
75 if (Current != Target) in LVC_Mixer_VarSlope_SetTimeConstant()
77 Tc_millisec = Tc_millisec * 32767 / (Current - Target); in LVC_Mixer_VarSlope_SetTimeConstant()
DLVC_MixSoft_2St_D16C31_SAT.c43 if ((pInstance1->Current == pInstance1->Target)&&(pInstance1->Current == 0)){ in LVC_MixSoft_2St_D16C31_SAT()
46 else if ((pInstance2->Current == pInstance2->Target)&&(pInstance2->Current == 0)){ in LVC_MixSoft_2St_D16C31_SAT()
49 …else if ((pInstance1->Current != pInstance1->Target) || (pInstance2->Current != pInstance2->Target in LVC_MixSoft_2St_D16C31_SAT()
/frameworks/compile/libbcc/lib/Disassembler/
DDisassembler.cpp81 llvm::Target const *Target, in Disassemble() argument
105 AsmInfo = Target->createMCAsmInfo(Compiler::getTargetTriple()); in Disassemble()
106 Disassmbler = Target->createMCDisassembler(); in Disassemble()
107 IP = Target->createMCInstPrinter(AsmInfo->getAssemblerDialect(), in Disassemble()
DDisassembler.h27 class Target; variable
36 llvm::Target const *Target,
/frameworks/base/media/libeffects/lvm/lib/Bundle/src/
DLVM_Control.c557 LVM_INT32 Target; in LVM_ApplyNewSettings() local
559 Target = LVM_MAXINT_16; in LVM_ApplyNewSettings()
560 LVC_Mixer_SetTarget(&pInstance->VC_BalanceMix.MixerStream[0],Target); in LVM_ApplyNewSettings()
563 Target = dB_to_Lin32((LVM_INT16)(LocalParams.VC_Balance<<4)); in LVM_ApplyNewSettings()
564 LVC_Mixer_SetTarget(&pInstance->VC_BalanceMix.MixerStream[1],Target); in LVM_ApplyNewSettings()
569 LVM_INT32 Target; in LVM_ApplyNewSettings() local
571 Target = dB_to_Lin32((LVM_INT16)((-LocalParams.VC_Balance)<<4)); in LVM_ApplyNewSettings()
572 LVC_Mixer_SetTarget(&pInstance->VC_BalanceMix.MixerStream[0],Target); in LVM_ApplyNewSettings()
575 Target = LVM_MAXINT_16; in LVM_ApplyNewSettings()
576 LVC_Mixer_SetTarget(&pInstance->VC_BalanceMix.MixerStream[1],Target); in LVM_ApplyNewSettings()
[all …]
/frameworks/base/core/java/android/view/
DRemotableViewMethod.java22 import java.lang.annotation.Target;
29 @Target({ ElementType.METHOD })
/frameworks/base/core/java/android/test/
DUiThreadTest.java21 import java.lang.annotation.Target;
30 @Target(ElementType.METHOD)
DRepetitiveTest.java22 import java.lang.annotation.Target;
31 @Target(ElementType.METHOD)
DFlakyTest.java21 import java.lang.annotation.Target;
30 @Target(ElementType.METHOD)
/frameworks/base/core/java/android/annotation/
DWidget.java19 import java.lang.annotation.Target;
34 @Target({ ElementType.TYPE })
DSdkConstant.java19 import java.lang.annotation.Target;
28 @Target({ ElementType.FIELD })
/frameworks/base/core/java/android/test/suitebuilder/annotation/
DSuppress.java21 import java.lang.annotation.Target;
31 @Target({ElementType.METHOD, ElementType.TYPE})
DMediumTest.java22 import java.lang.annotation.Target;
29 @Target({ElementType.METHOD, ElementType.TYPE})
DSmoke.java22 import java.lang.annotation.Target;
32 @Target({ElementType.METHOD, ElementType.TYPE})
DLargeTest.java22 import java.lang.annotation.Target;
28 @Target({ElementType.METHOD, ElementType.TYPE})
DSmallTest.java22 import java.lang.annotation.Target;
28 @Target({ElementType.METHOD, ElementType.TYPE})
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/annotation/
DHasAnnotationTest.java25 import java.lang.annotation.Target;
52 @Target({ElementType.TYPE, ElementType.METHOD})
/frameworks/base/media/libeffects/lvm/lib/Reverb/src/
DLVREV_ApplyNewSettings.c364 pPrivate->FeedbackMixer[0].Target=G[0]<<7; in LVREV_ApplyNewSettings()
365 pPrivate->FeedbackMixer[1].Target=G[1]<<7; in LVREV_ApplyNewSettings()
366 pPrivate->FeedbackMixer[2].Target=G[2]<<7; in LVREV_ApplyNewSettings()
367 pPrivate->FeedbackMixer[3].Target=G[3]<<7; in LVREV_ApplyNewSettings()
474 pPrivate->GainMixer.Target = pPrivate->Gain*Index; in LVREV_ApplyNewSettings()
489 pPrivate->Mixer_SGFeedback[i].Target = b; in LVREV_ApplyNewSettings()
490 pPrivate->Mixer_SGFeedforward[i].Target = b; in LVREV_ApplyNewSettings()
558 pPrivate->GainMixer.Target = 0x03FFFFFF; in LVREV_ApplyNewSettings()

1234