HomeSort by relevance Sort by last modified time
    Searched defs:diff (Results 126 - 150 of 1231) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/libhevc/encoder/
ihevce_chroma_had_satd.c 113 WORD16 diff[16], m[16], d[16]; local
121 diff[k + 0] = pu1_origin[2 * 0] - pu1_pred_buf[2 * 0];
122 diff[k + 1] = pu1_origin[2 * 1] - pu1_pred_buf[2 * 1];
123 diff[k + 2] = pu1_origin[2 * 2] - pu1_pred_buf[2 * 2];
124 diff[k + 3] = pu1_origin[2 * 3] - pu1_pred_buf[2 * 3];
131 m[0] = diff[0] + diff[12];
132 m[1] = diff[1] + diff[13];
133 m[2] = diff[2] + diff[14]
252 WORD16 diff[16], m[16], d[16]; local
395 WORD16 diff[64], m1[8][8], m2[8][8], m3[8][8]; local
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
compare_msa.cc 28 uint32_t diff = 0u; local
47 diff = (uint32_t)__msa_copy_u_w((v4i32)vec0, 0);
48 diff += (uint32_t)__msa_copy_u_w((v4i32)vec0, 2);
49 return diff;
  /external/libxaac/decoder/
ixheaacd_acelp_mdct.c 66 WORD64 diff; local
73 diff = (temp_result1 - temp_result2) >> 32;
75 if (diff >= 2147483647)
76 diff = 2147483647;
77 else if (diff <= -2147483647 - 1)
78 diff = -2147483647 - 1;
80 return ((WORD32)diff);
  /external/linux-kselftest/tools/testing/selftests/timers/
posix_timers.c 65 long long diff; local
67 diff = end.tv_usec - start.tv_usec;
68 diff += (end.tv_sec - start.tv_sec) * USECS_PER_SEC;
70 if (abs(diff - DELAY * USECS_PER_SEC) > USECS_PER_SEC / 2) {
71 printf("Diff too high: %lld..", diff);
rtctest.c 100 struct timeval start, end, diff; local
332 timersub(&end, &start, &diff);
333 if (diff.tv_sec > 0 ||
334 diff.tv_usec > ((1000000L / tmp) * 1.10)) {
336 diff.tv_sec, diff.tv_usec,
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntraw_create/
rpc_clntraw_create_performance.c 95 long long diff; local
116 diff =
119 rslt = (double)diff / 1000;
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcraw_create/
rpc_svcraw_create_performance.c 95 long long diff; local
115 diff =
118 rslt = (double)diff / 1000;
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svctcp_create/
rpc_svctcp_create_performance.c 95 long long diff; local
118 diff =
121 rslt = (double)diff / 1000;
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcudp_create/
rpc_svcudp_create_performance.c 95 long long diff; local
118 diff =
121 rslt = (double)diff / 1000;
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_callrpc/
rpc_callrpc_performance.c 95 long long diff; local
123 diff =
126 rslt = (double)diff / 1000;
rpc_callrpc_scalability.c 95 long long diff; local
123 diff =
126 rslt = (double)diff / 1000;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/
2-3.c 99 double diff; local
135 diff = destructor_time.tv_sec - cleanup_time.tv_sec;
136 diff +=
139 if (diff < 0) {
  /external/skia/tools/skdiff/
skdiff_html.cpp 79 static void print_pixel_count(SkFILEWStream* stream, const DiffRecord& diff) {
81 stream->writeDecAsText(static_cast<int>(diff.fFractionDifference *
82 diff.fBase.fBitmap.width() *
83 diff.fBase.fBitmap.height()));
86 stream->writeDecAsText(diff.fWeightedFraction *
87 diff.fBaseWidth *
88 diff.fBaseHeight);
93 static void print_checkbox_cell(SkFILEWStream* stream, const DiffRecord& diff) {
95 stream->writeText(diff.fBase.fFilename.c_str());
99 static void print_label_cell(SkFILEWStream* stream, const DiffRecord& diff) {
287 DiffRecord* diff = differences[i]; local
    [all...]
  /external/skqp/tools/skdiff/
skdiff_html.cpp 79 static void print_pixel_count(SkFILEWStream* stream, const DiffRecord& diff) {
81 stream->writeDecAsText(static_cast<int>(diff.fFractionDifference *
82 diff.fBase.fBitmap.width() *
83 diff.fBase.fBitmap.height()));
86 stream->writeDecAsText(diff.fWeightedFraction *
87 diff.fBaseWidth *
88 diff.fBaseHeight);
93 static void print_checkbox_cell(SkFILEWStream* stream, const DiffRecord& diff) {
95 stream->writeText(diff.fBase.fFilename.c_str());
99 static void print_label_cell(SkFILEWStream* stream, const DiffRecord& diff) {
287 DiffRecord* diff = differences[i]; local
    [all...]
  /external/slf4j/integration/src/test/java/org/slf4j/
CompatibilityAssertionTest.java 37 int diff = 1024 + new Random().nextInt(10000); field in class:CompatibilityAssertionTest
55 String msg = "hello world " + diff;
IncompatibleMultiBindingAssertionTest.java 37 int diff = 1024 + new Random().nextInt(10000); field in class:IncompatibleMultiBindingAssertionTest
56 String msg = "hello world " + diff;
MissingSingletonMethodAssertionTest.java 36 int diff = 1024 + new Random().nextInt(10000); field in class:MissingSingletonMethodAssertionTest
55 String msg = "hello world " + diff;
MultiBindingAssertionTest.java 37 int diff = 1024 + new Random().nextInt(10000); field in class:MultiBindingAssertionTest
55 String msg = "hello world " + diff;
  /external/tensorflow/tensorflow/core/framework/
graph_to_functiondef_test.cc 41 string* diff) {
44 if (diff) {
45 *diff = strings::StrCat("Definition mismatch for function ",
89 string diff; local
91 EqualFunctionDef(fdef_expected, RemoveDebugInfo(fdef), &diff);
92 EXPECT_TRUE(fdefs_equal) << diff;
123 string diff; local
125 EqualFunctionDef(fdef_expected, RemoveDebugInfo(fdef), &diff);
126 EXPECT_TRUE(fdefs_equal) << diff;
  /external/toybox/toys/posix/
uniq.c 74 int diff; local
87 diff = !FLAG(i) ? strcmp(t1, t2) : strcasecmp(t1, t2);
88 else diff = !FLAG(i) ? strncmp(t1, t2, TT.w) : strncasecmp(t1, t2, TT.w);
90 if (!diff) TT.repeats++;
  /external/u-boot/post/drivers/
rtc.c 31 static int rtc_post_skip (ulong * diff)
51 *diff = start2 - start1;
71 ulong diff; local
87 if (rtc_post_skip (&diff) != 0) {
94 if (rtc_post_skip (&diff) != 0) {
100 if (diff < 950 || diff > 1050) {
109 if (rtc_post_skip (&diff) != 0) {
131 if (rtc_post_skip (&diff) != 0) {
163 if (rtc_post_skip (&diff) != 0)
    [all...]
  /external/u-boot/test/
time_ut.c 13 ulong base, start, next, diff; local
35 diff = get_timer(base);
36 if (diff != iter && diff != iter + 1) {
37 printf("%s: expected get_timer(base) to match elapsed time: diff=%lu, expected=%d\n",
38 __func__, diff, iter);
  /external/webrtc/webrtc/modules/video_processing/
video_decimator.cc 138 int64_t diff = now - incoming_frame_times_[num - 1]; local
140 if (diff > 0) {
141 incoming_frame_rate_ = nrOfFrames * 1000.0f / static_cast<float>(diff);
  /external/wpa_supplicant_8/src/utils/
const_time.h 176 int diff, res = 0; local
183 diff = (int) aa[len] - (int) bb[len];
184 mask = const_time_is_zero((unsigned int) diff);
185 res = const_time_select_int(mask, res, diff);
  /external/jdiff/src/jdiff/
MergeChanges.java 95 ctorDiff.addModifiersChange(removedCtor.modifiers_.diff(addedCtor.modifiers_));
107 ctorDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, classDiff.name_, removedCtor.doc_, addedCtor.doc_, id, title);
155 methodDiff.addModifiersChange(removedMethod.modifiers_.diff(addedMethod.modifiers_));
167 methodDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, classDiff.name_, removedMethod.doc_, addedMethod.doc_, id, title);
233 methodDiff.addModifiersChange(removedMethod.modifiers_.diff(addedMethod.modifiers_));
245 methodDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, classDiff.name_, removedMethod.doc_, addedMethod.doc_, id, title);
276 if (Diff.showAllChanges &&
286 if (Diff.showAllChanges &&
316 fieldDiff.addModifiersChange(removedField.modifiers_.diff(addedField.modifiers_));
325 fieldDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, classDiff.name_, removedField.doc_, addedField.doc_, id, title)
    [all...]

Completed in 1062 milliseconds

1 2 3 4 56 7 8 91011>>