Searched defs:diff (Results 251 - 275 of 623) sorted by relevance

<<11121314151617181920>>

/external/opencv/cv/src/
H A Dcvposit.cpp119 float diff = (float)criteria.epsilon; local
159 diff = 0;
175 diff = MAX( diff, (float) fabs( imgVectors[i] - old ));
180 diff = MAX( diff, (float) fabs( imgVectors[N + i] - old ));
233 converged = ((criteria.type & CV_TERMCRIT_EPS) && (diff < criteria.epsilon));
/external/opencv/cxcore/src/
H A Dcxrand.cpp517 double diff = param1.val[i] - param2.val[i]; local
519 fast_int_mode &= INT_MIN <= diff && diff <= INT_MAX && (t1 & (t1 - 1)) == 0;
/external/oprofile/libpp/
H A Dformat_output.h90 counts(c), extra(extra), diff(d) {}
96 double diff; member in struct:format_output::formatter::field_datum
217 /// class to output a columned format symbols plus diff values
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dmqc.c380 const ptrdiff_t diff = mqc->bp - mqc->start; local
382 assert( diff <= 0xffffffff && diff >= 0 ); /* UINT32_MAX */
384 return (OPJ_UINT32)diff;
/external/skia/samplecode/
H A DSampleColorFilter.cpp32 int diff = fake - orig; local
35 if (diff > 4) {
37 } else if (diff < -4) {
/external/skia/src/core/
H A DSkMath.cpp280 int diff = cos2 + sin2 - SK_Fixed1; local
281 SkASSERT(SkAbs32(diff) <= 7);
/external/skia/src/views/animated/
H A DSkWidgetViews.cpp296 SkAnimator::DifferenceType diff = fAnim.draw(canvas, &paint, SkTime::GetMSecs()); local
298 if (diff == SkAnimator::kDifferent)
300 else if (diff == SkAnimator::kPartiallyDifferent)
/external/skia/tests/
H A DPathOpsCubicLineIntersectionIdeas.cpp217 double diff; local
221 diff = fabs(t - newT);
227 worstStep[largeBits] = SkTMax(worstStep[largeBits], diff);
/external/srec/srec/clib/
H A Dvoc_read.c185 int diff = kompare(label, middle); local
186 if (diff == 0) break;
199 if (diff > 0) low = middle;
/external/stlport/src/
H A Dtime_facets.cpp430 int diff; variable
432 diff = t->tm_gmtoff;
434 diff = t->__tm_gmtoff;
436 if (diff < 0) {
438 diff = -diff;
441 diff /= 60;
442 _STLP_SPRINTF(_buf, "%.4d", (diff / 60) * 100 + diff % 60);
/external/stlport/test/unit/cppunit/
H A Dcppunit_mini.h79 double diff = in_expected - in_real; local
80 if (diff < 0.) {
81 diff = -diff;
83 return diff < in_maxErr;
/external/valgrind/main/none/tests/arm64/
H A Dinteger.c10790 UInt diff = 0xFF & (UInt)(block1[i] - block2[i]); local
10791 if (diff == 0)
10794 printf("%02x ", diff);
/external/aac/libSBRenc/src/
H A Dnf_est.cpp181 FIXP_DBL meanOrig=FL2FXCONST_DBL(0.0f), meanSbr=FL2FXCONST_DBL(0.0f), diff; local
244 diff = RELAXATION;
249 diff = fixMax( RELAXATION,
258 accu = fDivNorm(diff, meanOrig, &scale);
H A Dsbrenc_freq_sca.cpp102 static void CalcBands(INT * diff, INT start , INT stop , INT num_bands);
103 static INT modifyBands(INT max_band, INT * diff, INT length);
104 static void cumSum(INT start_value, INT* diff, INT length, UCHAR *start_adress);
528 /* Adjust diff vector to get sepc. SBR range */
559 CalcBands(INT * diff, INT start , INT stop , INT num_bands) argument
575 diff[i-1] = current-previous;
583 cumSum(INT start_value, INT* diff, INT length, UCHAR *start_adress) argument
588 start_adress[i]=start_adress[i-1]+diff[i-1];
593 modifyBands(INT max_band_previous, INT * diff, INT length) argument
595 INT change=max_band_previous-diff[
[all...]
/external/bluetooth/bluedroid/stack/bnep/
H A Dbnep_utils.c555 UINT16 xx, diff = BNEP_MINIMUM_OFFSET - p_buf->offset; local
558 p[diff] = *p;
/external/chromium_org/cc/trees/
H A Dlayer_sorter.cc151 float diff = za - zb; local
152 if (diff > max_positive)
153 max_positive = diff;
154 if (diff < max_negative)
155 max_negative = diff;
/external/chromium_org/chrome/browser/
H A Dmemory_details.cc124 int* diff) {
135 // rounded. |*diff| may have a difference of 1 from the correct number
137 *diff = ((sample - last_size) * 30 /
457 int diff; local
460 browser.processes[index].pid, sample, &diff)) {
461 if (diff < 0)
462 UMA_HISTOGRAM_MEMORY_KB("Memory.RendererShrinkIn30Min", -diff);
464 UMA_HISTOGRAM_MEMORY_KB("Memory.RendererGrowthIn30Min", diff);
121 UpdateSample( base::ProcessId pid, int sample, int* diff) argument
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dprint_dialog_gtk2.cc60 int diff = std::max( local
64 return diff <= kPaperSizeTresholdMicrons;
68 diff <= kPaperSizeTresholdMicrons;
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_profile_syncable_service.cc318 bool diff = false; local
322 diff = true;
329 diff = UpdateMultivaluedField(NAME_FIRST,
330 specifics.name_first(), profile) || diff;
331 diff = UpdateMultivaluedField(NAME_MIDDLE,
332 specifics.name_middle(), profile) || diff;
333 diff = UpdateMultivaluedField(NAME_LAST,
334 specifics.name_last(), profile) || diff;
338 diff = UpdateMultivaluedField(NAME_FULL,
339 specifics.name_full(), profile) || diff;
[all...]
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_test_utils.cc143 int diff = actual - expected; local
144 diff = diff < 0 ? -diff: diff;
145 if (diff > tolerance) {
/external/chromium_org/media/audio/
H A Daudio_low_latency_input_output_unittest.cc203 const int diff = (now_time - previous_write_time_).InMilliseconds(); variable
206 delay_states_[input_elements_to_write_].delta_time_ms = diff;
/external/chromium_org/media/base/
H A Dyuv_convert_unittest.cc426 int diff = rgb_converted_bytes[i] - rgb_bytes[i]; local
427 if (diff < 0)
428 diff = -diff;
429 error += diff;
650 int diff = yuv_reference_bytes[i] - yuv_converted_bytes[i]; local
651 if (diff < 0)
652 diff = -diff;
653 error += diff;
[all...]
/external/chromium_org/sandbox/win/wow_helper/
H A Dservice64_resolver.cc296 ULONG_PTR diff = reinterpret_cast<BYTE*>(&full_remote_thunk->internal_thunk) - local
298 local_service.relative = static_cast<ULONG>(diff);
320 diff = reinterpret_cast<const BYTE*>(interceptor_) -
322 my_thunk.relative = static_cast<ULONG>(diff);
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
H A Dwebrunner.js661 output += "<th>" + tmp.diff + "%</th>";
752 diff: runStyle === "ms" ?
758 ret.tie = ret.tie || ret.diff == 0;
768 ret[ min + 'title' ] = "Won by " + ret.diff + "%.";
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DDOMPatchSupport.cpp213 DOMPatchSupport::diff(const Vector<OwnPtr<Digest> >& oldList, const Vector<OwnPtr<Digest> >& newList) function in class:blink::DOMPatchSupport
300 pair<ResultMap, ResultMap> resultMaps = diff(oldList, newList);

Completed in 804 milliseconds

<<11121314151617181920>>