/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | LVC_MixSoft_1St_2i_D16C31_SAT.c | 52 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 …]
|
D | LVC_MixSoft_1St_D16C31_SAT.c | 51 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 …]
|
D | MixInSoft_D32C31_SAT.c | 48 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 …]
|
D | LVC_MixInSoft_D16C31_SAT.c | 51 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 …]
|
D | MixSoft_1St_D32C31_WRA.c | 50 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()
|
D | LVC_Core_MixSoft_1St_D16C31_WRA.c | 42 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()
|
D | LVC_Core_MixInSoft_D16C31_SAT.c | 42 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()
|
D | LVC_Mixer_VarSlope_SetTimeConstant.c | 67 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()
|
D | LVC_MixSoft_2St_D16C31_SAT.c | 43 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/ |
D | TargetRegistry.h | 35 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/ |
D | Android.mk | 15 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
|
D | ChangeLog | 14 * 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/ |
D | TargetRegistry.cpp | 16 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/ |
D | Disassembler.cpp | 80 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()
|
D | Disassembler.h | 27 class Target; variable 36 llvm::Target const *Target,
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | TargetMachine.h | 20 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/ |
D | LVM_Control.c | 557 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/ |
D | Target.cpp | 18 mcld::Target::Target() in Target() function in mcld::Target
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARM.h | 17 extern mcld::Target TheARMTarget; 19 TargetLDBackend *createARMLDBackend(const llvm::Target&, const std::string&);
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86.h | 17 extern mcld::Target TheX86Target; 19 TargetLDBackend *createX86LDBackend(const llvm::Target&, const std::string&);
|
/frameworks/base/core/java/android/test/ |
D | UiThreadTest.java | 21 import java.lang.annotation.Target; 30 @Target(ElementType.METHOD)
|
D | RepetitiveTest.java | 22 import java.lang.annotation.Target; 31 @Target(ElementType.METHOD)
|
D | FlakyTest.java | 21 import java.lang.annotation.Target; 30 @Target(ElementType.METHOD)
|
/frameworks/base/core/java/android/view/ |
D | RemotableViewMethod.java | 22 import java.lang.annotation.Target; 29 @Target({ ElementType.METHOD })
|
/frameworks/base/core/java/android/annotation/ |
D | Widget.java | 19 import java.lang.annotation.Target; 34 @Target({ ElementType.TYPE })
|