/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 | 32 typedef std::list<mcld::Target*> TargetListTy; 53 static void RegisterTarget(Target& pTarget, 55 Target::TripleMatchQualityFnTy pQualityFn); 62 static void RegisterTargetMachine(mcld::Target &T, mcld::Target::TargetMachineCtorTy Fn) in RegisterTargetMachine() 74 static void RegisterMCLinker(mcld::Target &T, mcld::Target::MCLinkerCtorTy Fn) in RegisterMCLinker() 85 static void RegisterEmulation(mcld::Target &T, mcld::Target::EmulationFnTy Fn) in RegisterEmulation() 96 static void RegisterTargetLDBackend(mcld::Target &T, mcld::Target::TargetLDBackendCtorTy Fn) in RegisterTargetLDBackend() 108 RegisterDiagnosticLineInfo(mcld::Target &T, in RegisterDiagnosticLineInfo() 109 mcld::Target::DiagnosticLineInfoCtorTy Fn) in RegisterDiagnosticLineInfo() 119 static const mcld::Target *lookupTarget(const std::string& pTriple, [all …]
|
D | Target.h | 15 class Target; variable 35 class Target 43 typedef MCLDTargetMachine *(*TargetMachineCtorTy)(const llvm::Target &, 44 const mcld::Target &, 57 typedef DiagnosticLineInfo *(*DiagnosticLineInfoCtorTy)(const mcld::Target&, 61 Target(); 70 const llvm::Target& pTarget, 87 DiagnosticLineInfo* createDiagnosticLineInfo(const mcld::Target& pTarget,
|
/frameworks/compile/mclinker/lib/Support/ |
D | Target.cpp | 17 Target::Target() in Target() function in Target 26 unsigned int Target::getTripleQuality(const llvm::Triple& pTriple) const in getTripleQuality() 34 Target::createTargetMachine(const std::string& pTriple, in createTargetMachine() 35 const llvm::Target& pTarget, in createTargetMachine() 45 Target::createMCLinker(const std::string &pTriple, in createMCLinker() 57 bool Target::emulate(LinkerScript& pScript, LinkerConfig& pConfig) const in emulate() 65 TargetLDBackend* Target::createLDBackend(const LinkerConfig& pConfig) const in createLDBackend() 74 Target::createDiagnosticLineInfo(const mcld::Target& pTarget, in createDiagnosticLineInfo()
|
D | TargetRegistry.cpp | 18 void TargetRegistry::RegisterTarget(Target& pTarget, in RegisterTarget() 20 Target::TripleMatchQualityFnTy pQualityFn) in RegisterTarget() 28 const Target* TargetRegistry::lookupTarget(const std::string &pTriple, in lookupTarget() 37 Target* best = NULL, *ambiguity = NULL; in lookupTarget() 68 const Target* TargetRegistry::lookupTarget(const std::string& pArchName, in lookupTarget() 72 const Target* result = NULL; in lookupTarget()
|
/frameworks/compile/mclinker/ |
D | Android.mk | 20 lib/Target 24 lib/Target/ARM \ 25 lib/Target/ARM/TargetInfo 29 lib/Target/AArch64 \ 30 lib/Target/AArch64/TargetInfo 34 lib/Target/Mips \ 35 lib/Target/Mips/TargetInfo 39 lib/Target/X86 \ 40 lib/Target/X86/TargetInfo
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARM.h | 14 class Target; variable 19 class Target; variable 22 extern mcld::Target TheARMTarget; 23 extern mcld::Target TheThumbTarget; 25 TargetLDBackend *createARMLDBackend(const llvm::Target&, const std::string&);
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86.h | 14 class Target; variable 19 class Target; variable 22 extern mcld::Target TheX86_32Target; 23 extern mcld::Target TheX86_64Target; 25 TargetLDBackend *createX86LDBackend(const llvm::Target&, const std::string&);
|
/frameworks/compile/mclinker/include/mcld/CodeGen/ |
D | TargetMachine.h | 16 class Target; variable 30 class Target; variable 55 const llvm::Target& pLLMVTarget, 56 const mcld::Target& pMCLDTarget, 62 const mcld::Target& getTarget() const; 103 const llvm::Target *m_pLLVMTarget; 104 const mcld::Target *m_pMCLDTarget;
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | Hexagon.h | 14 class Target; variable 19 class Target; variable 22 extern mcld::Target TheHexagonTarget; 25 createHexagonLDBackend(const llvm::Target&, const std::string&);
|
D | HexagonTargetMachine.h | 20 const llvm::Target &pLLVMTarget, 21 const mcld::Target &pMCLDTarget,
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64.h | 14 class Target; variable 19 class Target; variable 22 extern mcld::Target TheAArch64Target; 24 TargetLDBackend *createAArch64LDBackend(const llvm::Target&,
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | Mips.h | 14 class Target; variable 16 extern Target TheMipselTarget; 17 extern Target TheMips64elTarget;
|
/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/base/services/core/java/com/android/server/hdmi/ |
D | HdmiAnnotations.java | 22 import java.lang.annotation.Target; 34 @Target({ElementType.METHOD, ElementType.FIELD}) 44 @Target({ElementType.METHOD, ElementType.FIELD})
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
D | Texture.h | 34 enum Target { TEXTURE_2D = 0x0DE1, TEXTURE_EXTERNAL = 0x8D65 }; enum 37 Texture(Target textureTarget, uint32_t textureName); 40 void init(Target textureTarget, uint32_t textureName);
|
/frameworks/compile/mclinker/lib/Target/X86/TargetInfo/ |
D | X86TargetInfo.cpp | 14 mcld::Target TheX86_32Target; 15 mcld::Target TheX86_64Target;
|