/frameworks/base/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_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_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_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/libbcc/lib/Disassembler/ |
D | Disassembler.cpp | 81 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()
|
D | Disassembler.h | 27 class Target; variable 36 llvm::Target const *Target,
|
/frameworks/base/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/core/java/android/view/ |
D | RemotableViewMethod.java | 22 import java.lang.annotation.Target; 29 @Target({ ElementType.METHOD })
|
/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/annotation/ |
D | Widget.java | 19 import java.lang.annotation.Target; 34 @Target({ ElementType.TYPE })
|
D | SdkConstant.java | 19 import java.lang.annotation.Target; 28 @Target({ ElementType.FIELD })
|
/frameworks/base/core/java/android/test/suitebuilder/annotation/ |
D | Suppress.java | 21 import java.lang.annotation.Target; 31 @Target({ElementType.METHOD, ElementType.TYPE})
|
D | MediumTest.java | 22 import java.lang.annotation.Target; 29 @Target({ElementType.METHOD, ElementType.TYPE})
|
D | Smoke.java | 22 import java.lang.annotation.Target; 32 @Target({ElementType.METHOD, ElementType.TYPE})
|
D | LargeTest.java | 22 import java.lang.annotation.Target; 28 @Target({ElementType.METHOD, ElementType.TYPE})
|
D | SmallTest.java | 22 import java.lang.annotation.Target; 28 @Target({ElementType.METHOD, ElementType.TYPE})
|
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/annotation/ |
D | HasAnnotationTest.java | 25 import java.lang.annotation.Target; 52 @Target({ElementType.TYPE, ElementType.METHOD})
|
/frameworks/base/media/libeffects/lvm/lib/Reverb/src/ |
D | LVREV_ApplyNewSettings.c | 364 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()
|