HomeSort by relevance Sort by last modified time
    Searched refs:Current (Results 26 - 50 of 773) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/av/media/libeffects/lvm/lib/Common/src/
Core_MixInSoft_D32C31_SAT.c 46 if (pInstance->Target >= pInstance->Current){
51 MUL32x32INTO32(pInstance->Current,pInstance->Alpha,CurrentTimesAlpha,31); /* Q0 * Q31 in Q0 */
52 pInstance->Current = TargetTimesOneMinAlpha + CurrentTimesAlpha; /* Q0 + Q0 into Q0*/
53 CurrentShort = (LVM_INT16)(pInstance->Current>>16); /* From Q31 to Q15*/
72 MUL32x32INTO32(pInstance->Current,pInstance->Alpha,CurrentTimesAlpha,31); /* Q0 * Q31 in Q0 */
73 pInstance->Current = TargetTimesOneMinAlpha + CurrentTimesAlpha; /* Q0 + Q0 into Q0*/
74 CurrentShort = (LVM_INT16)(pInstance->Current>>16); /* From Q31 to Q15*/
Core_MixSoft_1St_D32C31_WRA.c 46 if (pInstance->Target >= pInstance->Current)
53 MUL32x32INTO32(pInstance->Current,pInstance->Alpha,CurrentTimesAlpha,31) /* Q31 * Q31 in Q31 */
54 pInstance->Current = TargetTimesOneMinAlpha + CurrentTimesAlpha; /* Q31 + Q31 into Q31*/
55 CurrentShort = (LVM_INT16)(pInstance->Current>>16); /* From Q31 to Q15*/
70 MUL32x32INTO32(pInstance->Current,pInstance->Alpha,CurrentTimesAlpha,31) /* Q31 * Q31 in Q31 */
71 pInstance->Current = TargetTimesOneMinAlpha + CurrentTimesAlpha; /* Q31 + Q31 into Q31*/
72 CurrentShort = (LVM_INT16)(pInstance->Current>>16); /* From Q31 to Q15*/
LVC_MixInSoft_D16C31_SAT.c 51 if (pInstance->Current != pInstance->Target)
54 pInstance->Current = pInstance->Target;
57 }else if (Abs_32(pInstance->Current-pInstance->Target) < pInstance->Delta){
58 pInstance->Current = pInstance->Target; /* Difference is not significant anymore. Make them equal. */
88 pInstance->Current = pInstance->Target; /* In case the LVCore function would have changed the Current value */
99 if (Abs_32(pInstance->Current-pInstance->Target) < pInstance->Delta){
100 pInstance->Current = pInstance->Target; /* Difference is not significant anymore. Make them equal. */
LVC_Mixer_SetTarget.c 28 /* Current for a given Audio Stream based on new value of TargetGain */
32 /* "Current" based on maximum(TargetGain,CurrentGain) */
34 /* MaxGain of 2.5, Shift = 2, Current=1.9/4=0.475, Target=2.5/4=0.625 */
36 /* fraction gain is provided through Current=0.475 and Target=0.625 */
54 CurrentGain=pInstance->Current>>(16-pInstance->Shift); // CurrentGain in Q16.15 format
64 pInstance->Current=CurrentGain<<(16-Shift); // Update fractional gain Current
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportchannelproxy.cc 47 worker_thread_ = talk_base::Thread::Current();
58 ASSERT(talk_base::Thread::Current() == worker_thread_);
106 ASSERT(talk_base::Thread::Current() == worker_thread_);
115 ASSERT(talk_base::Thread::Current() == worker_thread_);
124 ASSERT(talk_base::Thread::Current() == worker_thread_);
132 ASSERT(talk_base::Thread::Current() == worker_thread_);
140 ASSERT(talk_base::Thread::Current() == worker_thread_);
148 ASSERT(talk_base::Thread::Current() == worker_thread_);
156 ASSERT(talk_base::Thread::Current() == worker_thread_);
165 ASSERT(talk_base::Thread::Current() == worker_thread_)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeIterator.cs 78 public object Current
107 Current = tree;
114 Current = nodes.Dequeue();
121 Current = eof;
130 Current = down;
150 Current = nodes.Dequeue();
159 Current = nodes.Dequeue();
166 bool result = Current != eof || !reachedEof;
167 reachedEof = Current == eof;
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
socketmonitor.cc 70 ASSERT(talk_base::Thread::Current() == channel_thread_);
78 ASSERT(talk_base::Thread::Current() == channel_thread_);
86 ASSERT(talk_base::Thread::Current() == channel_thread_);
91 ASSERT(talk_base::Thread::Current() == monitoring_thread_);
102 ASSERT(talk_base::Thread::Current() == channel_thread_);
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediamonitor.cc 70 ASSERT(talk_base::Thread::Current() == worker_thread_);
78 ASSERT(talk_base::Thread::Current() == worker_thread_);
86 ASSERT(talk_base::Thread::Current() == worker_thread_);
91 ASSERT(talk_base::Thread::Current() == monitor_thread_);
99 ASSERT(talk_base::Thread::Current() == worker_thread_);
  /external/chromium_org/third_party/libjingle/source/talk/base/
worker.cc 50 talk_base::Thread *me = talk_base::Thread::Current();
70 } else if (worker_thread_ != talk_base::Thread::Current()) {
88 ASSERT(worker_thread_ == talk_base::Thread::Current());
  /external/chromium_org/third_party/webrtc/base/
worker.cc 33 rtc::Thread *me = rtc::Thread::Current();
53 } else if (worker_thread_ != rtc::Thread::Current()) {
71 ASSERT(worker_thread_ == rtc::Thread::Current());
thread_checker_impl.cc 40 valid_thread_ = Thread::Current();
  /art/compiler/optimizing/
ssa_phi_elimination.cc 24 HBasicBlock* block = it.Current();
26 HPhi* phi = it.Current()->AsPhi();
32 HUseListNode<HInstruction>* current = it.Current(); local
33 HInstruction* user = current->GetUser();
48 HInstruction* input = it.Current();
59 HBasicBlock* block = it.Current();
60 HInstruction* current = block->GetFirstPhi(); local
62 while (current != nullptr) {
63 next = current->GetNext()
114 HUseListNode<HInstruction>* current = it.Current(); local
    [all...]
  /art/runtime/entrypoints/jni/
jni_entrypoints.cc 29 Thread* self = Thread::Current();
32 DCHECK_EQ(self, Thread::Current());
  /art/test/117-nopatchoat/
nopatchoat.cc 28 ScopedObjectAccess soa(Thread::Current());
32 Runtime::Current()->GetClassLinker()->FindOpenedOatDexFileForDexFile(dex_file);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeIterator.cs 73 public object Current {
97 Current = tree;
101 Current = nodes.Dequeue();
105 Current = eof;
111 Current = down;
127 Current = nodes.Dequeue();
134 Current = nodes.Dequeue();
141 return Current != eof;
  /external/clang/lib/Format/
TokenAnnotator.h 52 FormatToken *Current = First;
57 Current->Next = I->Tok;
58 I->Tok->Previous = Current;
59 Current = Current->Next;
60 Current->Children.clear();
66 Current->Children.push_back(Children.back());
69 Last = Current;
TokenAnnotator.cpp 75 // the context for the current opening angle bracket.
331 void updateParameterCount(FormatToken *Left, FormatToken *Current) {
332 if (Current->Type == TT_LambdaLSquare ||
333 (Current->is(tok::caret) && Current->Type == TT_UnaryOperator) ||
335 Current->TokenText == "function")) {
338 if (Current->is(tok::comma)) {
342 Left->Role->CommaFound(Current);
343 } else if (Left->ParameterCount == 0 && Current->isNot(tok::comment)) {
692 void determineTokenType(FormatToken &Current) {
    [all...]
  /external/clang/unittests/Tooling/
CommentHandlerTest.cpp 91 CommentList::const_iterator Current;
97 : Current(Comments.begin()), End(Comments.end()), PP(PP)
101 if (Current != End) {
102 EXPECT_TRUE(Current == End) << "Unexpected comment \""
103 << Current->Message << "\" at line " << Current->Line << ", column "
104 << Current->Col;
109 EXPECT_TRUE(Current != End) << "Comment " << Message << " not found";
110 if (Current == End) return;
112 const Comment &C = *Current;
    [all...]
  /art/runtime/gc/space/
rosalloc_space_base_test.cc 26 Runtime::Current()->GetHeap()->IsLowMemoryMode(), false);
rosalloc_space_random_test.cc 26 Runtime::Current()->GetHeap()->IsLowMemoryMode(), false);
rosalloc_space_static_test.cc 26 Runtime::Current()->GetHeap()->IsLowMemoryMode(), false);
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
glcpp.h 73 # define YYLLOC_DEFAULT(Current, Rhs, N) \
77 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
78 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
79 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \
80 (Current).last_column = YYRHSLOC(Rhs, N).last_column; \
84 (Current).first_line = (Current).last_line = \
86 (Current).first_column = (Current).last_column = \
89 (Current).source = 0;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
glsl_parser_extras.h 102 * Printable list of GLSL versions supported by the current context
135 * During AST to IR conversion, pointer to current IR function
161 /** Loop or switch statement containing the current instructions. */
228 # define YYLLOC_DEFAULT(Current, Rhs, N) \
232 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
233 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
234 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \
235 (Current).last_column = YYRHSLOC(Rhs, N).last_column; \
239 (Current).first_line = (Current).last_line =
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp.h 73 # define YYLLOC_DEFAULT(Current, Rhs, N) \
77 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
78 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
79 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \
80 (Current).last_column = YYRHSLOC(Rhs, N).last_column; \
84 (Current).first_line = (Current).last_line = \
86 (Current).first_column = (Current).last_column = \
89 (Current).source = 0;
    [all...]
  /external/mesa3d/src/glsl/
glsl_parser_extras.h 102 * Printable list of GLSL versions supported by the current context
135 * During AST to IR conversion, pointer to current IR function
161 /** Loop or switch statement containing the current instructions. */
228 # define YYLLOC_DEFAULT(Current, Rhs, N) \
232 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
233 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
234 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \
235 (Current).last_column = YYRHSLOC(Rhs, N).last_column; \
239 (Current).first_line = (Current).last_line =
    [all...]

Completed in 358 milliseconds

12 3 4 5 6 7 8 91011>>