Home
last modified time | relevance | path

Searched refs:total_diff (Results 1 – 4 of 4) sorted by relevance

/external/zucchini/
Dbinary_data_histogram.cc84 double total_diff = 0; in Distance() local
86 total_diff += std::abs(histogram_[i] - other.histogram_[i]); in Distance()
88 return total_diff / (size_ + other.size_); in Distance()
/external/libevent/test/
Dregress_util.c1397 int total_diff = 0; in test_evutil_monotonic_res() local
1437 total_diff += diff.tv_usec; in test_evutil_monotonic_res()
1440 tt_int_op(abs(total_diff/9 - wantres), <, acceptdiff); in test_evutil_monotonic_res()
1454 int total_diff = 0; in test_evutil_monotonic_prc() local
1473 total_diff = 0; in test_evutil_monotonic_prc()
1479 total_diff += diff.tv_usec; in test_evutil_monotonic_prc()
1482 TT_BLATHER(("Average step difference = %d", total_diff / 9)); in test_evutil_monotonic_prc()
1483 tt_int_op(total_diff/9, <, maxstep); in test_evutil_monotonic_prc()
/external/tensorflow/tensorflow/lite/kernels/internal/
Dtensor_utils_test.cc45 int64_t total_diff = 0; in CompareRoundingResults() local
48 total_diff += diff; in CompareRoundingResults()
53 EXPECT_LE(total_diff, max_total_tolerance); in CompareRoundingResults()
/external/libaom/libaom/av1/encoder/
Dethread.c1912 FRAME_DIFF *total_diff = &cpi->td.tf_data.diff; in tf_accumulate_frame_diff() local
1919 total_diff->sse += diff->sse; in tf_accumulate_frame_diff()
1920 total_diff->sum += diff->sum; in tf_accumulate_frame_diff()