Home
last modified time | relevance | path

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

12345

/frameworks/av/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_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_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_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/mclinker/include/mcld/Support/
DTargetRegistry.h35 class Target
40 typedef mcld::LLVMTargetMachine *(*TargetMachineCtorTy)(const mcld::Target &,
48 typedef TargetLDBackend *(*TargetLDBackendCtorTy)(const llvm::Target&,
57 Target();
59 void setTarget(const llvm::Target& pTarget) { in setTarget()
93 TargetLDBackend *createLDBackend(const llvm::Target& T, const std::string& Triple) const { in createLDBackend()
99 const llvm::Target* get() const { in get()
104 const llvm::Target* m_pT;
114 typedef std::list<mcld::Target*> TargetListTy;
135 static void RegisterTarget(mcld::Target &T);
[all …]
/frameworks/compile/mclinker/
DAndroid.mk15 lib/Target
19 lib/Target/ARM \
20 lib/Target/ARM/TargetInfo
24 lib/Target/Mips \
25 lib/Target/Mips/TargetInfo
29 lib/Target/X86 \
30 lib/Target/X86/TargetInfo
DChangeLog14 * Target/ARMLDBackend:
19 * Target/MipsLDBackend:
22 * Target/GNULDBackend, LD/ELFSegmentFactory:
43 * Target/TargetLDBackend:
47 * Target/GNULDBackend:
50 * Target/MipsLDBackend: Eable to link trivial cases and Android Plasma.
51 * Target/X86LDBackend: Eable to link all Android JNI cases with CRT.
/frameworks/compile/mclinker/lib/Support/
DTargetRegistry.cpp16 void mcld::TargetRegistry::RegisterTarget(mcld::Target &T) in RegisterTarget()
21 const mcld::Target* mcld::TargetRegistry::lookupTarget(const llvm::Target &pTarget) in lookupTarget()
23 mcld::Target *result = 0; in lookupTarget()
34 const mcld::Target *mcld::TargetRegistry::lookupTarget(const std::string &pTriple, in lookupTarget()
37 const llvm::Target* target = llvm::TargetRegistry::lookupTarget( pTriple, pError ); in lookupTarget()
/frameworks/compile/libbcc/lib/Disassembler/
DDisassembler.cpp80 llvm::Target const *Target, in Disassemble() argument
105 AsmInfo = Target->createMCAsmInfo(Compiler::getTargetTriple()); in Disassemble()
106 SubtargetInfo = Target->createMCSubtargetInfo(Compiler::getTargetTriple(), "", ""); in Disassemble()
107 Disassmbler = Target->createMCDisassembler(*SubtargetInfo); in Disassemble()
108 IP = Target->createMCInstPrinter(AsmInfo->getAssemblerDialect(), in Disassemble()
DDisassembler.h27 class Target; variable
36 llvm::Target const *Target,
/frameworks/compile/mclinker/include/mcld/Target/
DTargetMachine.h20 class Target; variable
31 class Target; variable
60 const mcld::Target &pTarget,
65 const mcld::Target& getTarget() const;
120 const mcld::Target *m_pTarget;
/frameworks/av/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/compile/mclinker/lib/Target/
DTarget.cpp18 mcld::Target::Target() in Target() function in mcld::Target
/frameworks/compile/mclinker/lib/Target/ARM/
DARM.h17 extern mcld::Target TheARMTarget;
19 TargetLDBackend *createARMLDBackend(const llvm::Target&, const std::string&);
/frameworks/compile/mclinker/lib/Target/X86/
DX86.h17 extern mcld::Target TheX86Target;
19 TargetLDBackend *createX86LDBackend(const llvm::Target&, const std::string&);
/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/view/
DRemotableViewMethod.java22 import java.lang.annotation.Target;
29 @Target({ ElementType.METHOD })
/frameworks/base/core/java/android/annotation/
DWidget.java19 import java.lang.annotation.Target;
34 @Target({ ElementType.TYPE })

12345