HomeSort by relevance Sort by last modified time
    Searched defs:delta (Results 251 - 275 of 687) sorted by null

<<11121314151617181920>>

  /external/replicaisland/src/com/replica/replicaisland/
CameraSystem.java 114 final float delta = time.getGameTime() - mTargetChangedTime; local
117 targetPosition.x, INTERPOLATE_TO_TARGET_TIME, delta);
120 targetPosition.y, INTERPOLATE_TO_TARGET_TIME, delta);
122 if (delta > INTERPOLATE_TO_TARGET_TIME) {
ConversationDialogActivity.java 274 final long delta = time - mLastTime; local
275 if (delta > TEXT_CHARACTER_DELAY_MS) {
  /external/skia/legacy/src/animator/
SkAnimateActive.cpp 312 SkScalar delta = to[cIndex].fScalar - from[cIndex].fScalar; local
313 originalSum += SkScalarMul(delta, delta);
314 delta = to[cIndex].fScalar - existingValues[cIndex].fScalar;
315 workingSum += SkScalarMul(delta, delta);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
factor-weight.h 36 float delta; member in struct:fst::FactorWeightOptions
40 : CacheOptions(opts), delta(d), final_only(of) {}
43 : delta(d), final_only(of) {}
46 : delta(kDelta), final_only(of) {}
163 : CacheImpl<A>(opts), fst_(fst.Copy()), delta_(opts.delta),
rmepsilon.h 200 // and convergence delta are taken in the options argument.
303 float delta; member in struct:fst::RmEpsilonFstOptions
305 RmEpsilonFstOptions(const CacheOptions &opts, float delta = kDelta)
306 : CacheOptions(opts), delta(delta) {}
308 explicit RmEpsilonFstOptions(float delta = kDelta) : delta(delta) {}
337 RmEpsilonOptions<A, FifoQueue<StateId> >(&queue_, opts.delta,
  /external/srtp/srtp/
srtp.c 603 int delta; /* delta of local pkt idx and that in hdr */ local
723 delta = rdbx_estimate_index(&stream->rtp_rdbx, &est, ntohs(hdr->seq));
724 status = rdbx_check(&stream->rtp_rdbx, delta);
730 rdbx_add_index(&stream->rtp_rdbx, delta);
847 int delta; /* delta of local pkt idx and that in hdr */ local
878 * and set delta equal to the same value
882 delta = low32(est);
885 delta = (int)est
    [all...]
  /external/tinyxml/
tinyxmlparser.cpp 429 ptrdiff_t delta = 0; local
442 delta = q-p;
469 delta = q-p;
492 return p + delta + 1;
    [all...]
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.cc 1091 int delta = code_handle->address() - re_code->address(); local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_generic_bb_to_IR.c 202 Long delta; local
245 /* Delta keeps track of how far along the guest_code array we have
247 delta = 0;
309 guest_IP_curr_instr = guest_IP_bbstart + delta;
324 IMark's address field, but put that bottom bit in the delta
326 be done correctly. By inspecting the delta field,
332 /* Thumb insn => mask out the T bit, but put it in delta */
336 1 /* delta */
340 /* All other targets: store IP as-is, and set delta to zero. */
344 0 /* delta */
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
target.c 388 Word delta = (Word)new_SP - (Word)old_SP; local
391 "delta %ld\n",
393 delta);
394 VG_TRACK( new_mem_stack_w_ECU, new_SP, -delta, 0 );
395 VG_TRACK( new_mem_stack, new_SP, -delta );
397 new_SP, -delta);
  /external/valgrind/main/exp-sgcheck/
pc_common.c 129 HChar delta[32]; // text showing relation to expected member in struct:__anon17022::__anon17023::__anon17024
159 HChar* expect, HChar* actual, HChar* delta )
170 VG_(strncpy)( &xe.XE.SorG.delta[0],
171 delta, sizeof(xe.XE.SorG.delta) );
174 xe.XE.SorG.delta[ sizeof(xe.XE.SorG.delta)-1 ] = 0;
344 if (xe->XE.SorG.delta[0] != 0)
345 emit(" Actual: is %s Expected\n", &xe->XE.SorG.delta[0]);
  /external/webkit/Source/WebCore/loader/cache/
MemoryCache.cpp 115 int delta = resource->size(); local
118 if (delta)
119 adjustSize(resource->hasClients(), delta);
582 void MemoryCache::adjustSize(bool live, int delta)
585 ASSERT(delta >= 0 || ((int)m_liveSize + delta >= 0));
586 m_liveSize += delta;
588 ASSERT(delta >= 0 || ((int)m_deadSize + delta >= 0));
589 m_deadSize += delta;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/context/
RTree.cpp 222 int ElementList::delta(Node* node) function in class:RTree::ElementList
301 int minIncrease = pick->delta(node);
303 int increase = m_children[i]->delta(node);
319 int Node::delta(Node* node) function in class:RTree::Node
440 int dA = listA->delta(node);
441 int dB = listB->delta(node);
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnMathUtils.cpp 87 FloatSize delta = v1 - v0; local
89 if (edgeEdgeTest(delta, v0, u0, u1))
92 if (edgeEdgeTest(delta, v0, u1, u2))
95 if (edgeEdgeTest(delta, v0, u2, u0))
573 static inline int convexCompare(const FloatSize& delta)
575 return (delta.width() > 0) ? -1 : /* x coord diff, second pt > first pt */
576 (delta.width() < 0) ? 1 : /* x coord diff, second pt < first pt */
577 (delta.height() > 0) ? -1 : /* x coord same, second pt > first pt */
578 (delta.height() < 0) ? 1 : /* x coord same, second pt > first pt */
640 dprev = dcur; /* Remember current delta. *
    [all...]
  /external/webrtc/src/modules/audio_processing/aec/
aec_rdft.c 122 float delta, x, y; local
127 delta = atanf(1.0f) / nwh;
130 rdft_w[nwh] = cosf(delta * nwh);
133 x = cosf(delta * j);
134 y = sinf(delta * j);
197 float delta; local
201 delta = atanf(1.0f) / nch;
202 c[0] = cosf(delta * nch);
205 c[j] = 0.5f * cosf(delta * j);
206 c[nc - j] = 0.5f * sinf(delta * j)
    [all...]
  /external/webrtc/src/modules/audio_processing/agc/
digital_agc.c 315 WebRtc_Word32 gain32, delta; local
568 delta = WEBRTC_SPL_LSHIFT_W32(gains[1] - gains[0], (4 - L2));
608 gain32 += delta;
613 delta = WEBRTC_SPL_LSHIFT_W32(gains[k+1] - gains[k], (4 - L2));
629 gain32 += delta;
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core_neon.c 100 int16_t countProd, delta, zeros, frac; local
174 // Compute delta.
191 // tmp16 = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(delta, countDiv, 14);
255 // compute delta
259 delta = (int16_t)(FACTOR_Q16 >> (14 - factor));
261 delta = FACTOR_Q7;
265 delta = FACTOR_Q7_STARTUP;
269 tmp16 = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(delta, countDiv, 14);
271 // +=QUANTILE*delta/(inst->counter[s]+1) QUANTILE=0.25, =1 in Q2
  /frameworks/av/media/libstagefright/
NuCachedSource2.cpp 153 size_t delta = from - offset; local
154 size_t avail = (*it)->mSize - delta;
157 memcpy(data, (const uint8_t *)(*it)->mData + delta, size);
161 memcpy(data, (const uint8_t *)(*it)->mData + delta, avail);
475 size_t delta = offset - mCacheOffset; local
476 mCache->copy(delta, data, size);
559 size_t delta = offset - mCacheOffset; local
562 if (delta >= mCache->totalSize()) {
566 size_t avail = mCache->totalSize() - delta;
572 mCache->copy(delta, data, avail)
    [all...]
SampleTable.cpp 495 uint32_t delta = mTimeToSample[2 * i + 1]; local
514 sampleTime += delta;
  /frameworks/native/opengl/tests/hwc/
hwcStress.cpp 246 struct timeval startTime, currentTime, delta; local
393 delta = tvDelta(&startTime, &currentTime);
394 if (tv2double(&delta) > duration) { break; }
  /libcore/luni/src/main/java/libcore/net/http/
ResponseHeaders.java 299 long delta = expires.getTime() - servedMillis; local
300 return delta > 0 ? delta : 0;
309 long delta = servedMillis - lastModified.getTime(); local
310 return delta > 0 ? (delta / 10) : 0;
  /packages/apps/Contacts/src/com/android/contacts/detail/
PhotoSelectionHandler.java 157 * Utility method to retrieve the entity delta for attaching the given bitmap to the contact.
159 * contact. It is the caller's responsibility to apply the delta.
160 * @return An entity delta list that can be applied to associate the bitmap with the contact,
169 final RawContactDelta delta = mState.get(writableEntityIndex); local
172 final ContentValues entityValues = delta.getValues().getCompleteValues();
179 delta, accountType, Photo.CONTENT_ITEM_TYPE);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocationClustering.java 235 int delta = n / k; local
237 Point p = points[i * delta];
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotifier.java 326 final long delta = SystemClock.elapsedRealtime() - mDownloadTouch.get(id); local
328 + delta + "ms ago");
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ipa-prop.h 107 method and delta offset. */
111 tree delta; variable

Completed in 1951 milliseconds

<<11121314151617181920>>