HomeSort by relevance Sort by last modified time
    Searched refs:diff (Results 226 - 250 of 3197) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libvpx/libvpx/vpx_dsp/
avg.c 172 int diff = ref[i] - src[i]; // diff: dynamic range [-510, 510], 10 bits. local
173 mean += diff; // mean: dynamic range 16 bits.
174 sse += diff * diff; // sse: dynamic range 26 bits.
189 int diff = abs(s[j] - d[j]); local
190 *min = diff < *min ? diff : *min;
191 *max = diff > *max ? diff : *max
228 int diff = abs(s[j] - d[j]); local
    [all...]
  /frameworks/base/cmds/incident_helper/src/parsers/
PsParser.cpp 33 int diff = 0; local
61 diff = record.size() - header.size();
62 if (diff < 0) {
64 fprintf(stderr, "[%s]Line %d has %d missing fields\n%s\n", this->name.string(), nline, -diff, line.c_str());
67 } else if (diff > 0) {
69 fprintf(stderr, "[%s]Line %d has %d extra fields\n%s\n", this->name.string(), nline, diff, line.c_str());
  /frameworks/base/tools/aapt2/cmd/
Diff.cpp 117 bool diff = false; local
125 diff = true;
127 diff |=
141 diff = true;
151 bool diff = false; local
158 diff = true;
177 diff = true;
196 diff = true;
198 diff |= EmitResourceEntryDiff(context, apk_a, pkg_a, type_a, entry_a.get(), apk_b, pkg_b,
210 diff = true
219 bool diff = false; local
285 bool diff = false; local
    [all...]
  /system/libufdt/utils/tests/
mkdtimg_testdata.sh 48 diff ${OUTDIR}/${DTB_LIST[$index]} ${OUTDTB_CFG}.$index
60 diff ${OUTDIR}/${DTB_LIST[$index]} ${OUTDTB}.$index
63 diff "${OUTDIR}/cfg_create.dump" "${OUTDIR}/create.dump"
  /external/ltp/testcases/kernel/controllers/io-throttle/
iobw.c 72 static void print_results(int id, iops_t op, size_t bytes, struct timeval *diff)
75 mygroup, id, diff->tv_sec, diff->tv_usec / 1000,
76 (bytes / (diff->tv_sec * 1000000L + diff->tv_usec))
82 struct timeval start, stop, diff; local
124 timersub(&stop, &start, &diff);
125 print_results(id + 1, OP_WRITE, data_size, &diff);
142 timersub(&stop, &start, &diff);
143 print_results(id + 1, OP_READ, data_size, &diff);
213 struct timeval start, stop, diff; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
avg_intrin_sse2.c 20 __m128i u0, s0, d0, diff, maxabsdiff, minabsdiff, negdiff, absdiff0, absdiff; local
25 diff = _mm_subs_epi16(s0, d0);
26 negdiff = _mm_subs_epi16(u0, diff);
27 absdiff0 = _mm_max_epi16(diff, negdiff);
31 diff = _mm_subs_epi16(s0, d0);
32 negdiff = _mm_subs_epi16(u0, diff);
33 absdiff = _mm_max_epi16(diff, negdiff);
39 diff = _mm_subs_epi16(s0, d0);
40 negdiff = _mm_subs_epi16(u0, diff);
41 absdiff = _mm_max_epi16(diff, negdiff)
389 __m128i diff = _mm_subs_epi16(v0, v1); local
    [all...]
  /cts/suite/audio_quality/test_description/processing/
playback_sample.py 50 diff = abs(freq - signalFrequency)
51 if (diff < threshold):
  /cts/tests/tests/uirendering/src/android/uirendering/cts/util/
CompareUtils.java 10 int diff = Math.abs(Color.red(color) - Color.red(expectedColor)) local
13 return diff <= threshold;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
SensorTest.java 86 float[] diff = new float[3];
89 diff[i] = Math.round(mScale[i] * (event.values[i] - mPrev[i]) * 0.45f);
90 if (Math.abs(diff[i]) > 0) {
101 event.values[2] + ")" + " diff(" + diff[0] +
102 " " + diff[1] + " " + diff[2] + ")");
109 float x = diff[0];
110 float y = diff[1];
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
util.py 120 diff = _Mismatch(cnt_s, cnt_t, elem)
121 result.append(diff)
131 diff = _Mismatch(0, cnt_t, elem)
132 result.append(diff)
150 diff = _Mismatch(cnt_s, cnt_t, elem)
151 result.append(diff)
154 diff = _Mismatch(0, cnt_t, elem)
155 result.append(diff)
  /external/autotest/client/site_tests/platform_TabletMode/
platform_TabletMode.py 99 diff = get_percent_difference(screenshot1, screenshot2)
100 logging.info("Screenshot 1 and 2 diff: %s" % diff)
101 if not diff >= difference_percent_threshold:
103 % (diff, filename1, filename2))
120 diff = get_percent_difference(screenshot1, screenshot2)
121 logging.info("Screenshot 1 and 2 similarity diff: %s" % diff)
122 if not diff <= similarity_percent_threshold:
124 % (diff, filename1, filename2)
    [all...]
  /external/clang/utils/VtableTest/
check-zti 13 diff -U3 test-gcc-zti test-clang-zti
check-ztt 13 diff -U3 test-gcc-ztt test-clang-ztt
check-zvt 11 diff -U3 test-gcc-ztv test-clang-ztv
  /external/dtc/
dtdiff 38 diff -u <(source_and_sort "$1") <(source_and_sort "$2")
  /external/google-breakpad/src/processor/
microdump_stackwalk_machine_readable_test 41 diff -u $testdata_dir/microdump.stackwalk.machine_readable-${ARCH}.out -
microdump_stackwalk_test 41 diff -u $testdata_dir/microdump.stackwalk-${ARCH}.out -
  /external/icu/tools/srcgen/javadoc_patches/
create_patches.sh 34 GIT_EXTERNAL_DIFF=${SCRIPT_DIR}/git_diff_create_patch.sh git diff -- ${ICU4J_DIR}
  /external/ltp/testcases/kernel/fs/fs_bind/bin/
check_prop 46 diff -r "$dir1" "$dir2" 2> /dev/null
  /external/pdfium/testing/tools/
text_diff.py 26 for diff in diffs:
27 sys.stdout.write(diff)
  /external/python/cpython2/Lib/unittest/
util.py 120 diff = _Mismatch(cnt_s, cnt_t, elem)
121 result.append(diff)
131 diff = _Mismatch(0, cnt_t, elem)
132 result.append(diff)
150 diff = _Mismatch(cnt_s, cnt_t, elem)
151 result.append(diff)
154 diff = _Mismatch(0, cnt_t, elem)
155 result.append(diff)
  /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;
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
c_g_aver.cpp 284 Word16 cbGainMix, diff, tmp_diff, bgMix, cbGainMean;
320 diff = tmp[0];
322 diff = add(diff, tmp[i]); // Q13
326 if (sub(diff, 5325) > 0) // 0.65 in Q11
352 // bgMix = min(0.25, max(0.0, diff-0.55)) / 0.25;
353 tmp_diff = sub(diff, 4506); // 0.55 in Q13
355 // max(0.0, diff-0.55)
377 // bgMix = min(0.25, max(0.0, diff-0.40)) / 0.25;
378 tmp_diff = sub(diff, 3277); // 0.4 in Q1
480 Word16 diff; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/
util.py 120 diff = _Mismatch(cnt_s, cnt_t, elem)
121 result.append(diff)
131 diff = _Mismatch(0, cnt_t, elem)
132 result.append(diff)
150 diff = _Mismatch(cnt_s, cnt_t, elem)
151 result.append(diff)
154 diff = _Mismatch(0, cnt_t, elem)
155 result.append(diff)
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/
util.py 120 diff = _Mismatch(cnt_s, cnt_t, elem)
121 result.append(diff)
131 diff = _Mismatch(0, cnt_t, elem)
132 result.append(diff)
150 diff = _Mismatch(cnt_s, cnt_t, elem)
151 result.append(diff)
154 diff = _Mismatch(0, cnt_t, elem)
155 result.append(diff)

Completed in 1296 milliseconds

1 2 3 4 5 6 7 8 91011>>