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

<<41424344454647484950>>

  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 273 MV diff = { 0, 0 }; local
276 diff.row = read_mv_component(r, &ctx->comps[0], use_hp);
279 diff.col = read_mv_component(r, &ctx->comps[1], use_hp);
281 vp9_inc_mv(&diff, counts);
283 mv->row = ref->row + diff.row;
284 mv->col = ref->col + diff.col;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_blend.c 313 float diff[4], temp[4]; local
314 VEC4_SUB(diff, one, dest[3]);
315 VEC4_MIN(temp, alpha, diff);
568 float diff[4], temp[4]; local
569 VEC4_SUB(diff, one, blend_dest[3]);
570 VEC4_MIN(temp, alpha, diff);
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 245 Cv32suf diff;
246 diff.f = (float)(value - temp);
247 return temp - (diff.i < 0);
260 Cv32suf diff;
261 diff.f = (float)(temp - value);
262 return temp + (diff.i < 0);
    [all...]
  /external/opencv/ml/src/
mlem.cpp 224 CvMat diff, expo; local
241 diff = cvMat( 1, dims, CV_64FC1, (double*)buffer + nclusters );
263 diff.data.db[i] = sample_data[i] - mean_k[i];
265 cvGEMM( &diff, u, 1, 0, 0, &diff, CV_GEMM_B_T );
268 double val = diff.data.db[i];
    [all...]
  /frameworks/av/media/mtp/
MtpServer.cpp 806 std::chrono::duration<double> diff = end - start; local
811 diff.count(), finalsize, ((double) finalsize) / diff.count());
1250 std::chrono::duration<double> diff = end - start; local
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoaimp.h 537 #define diff __diff_D2A macro
588 extern Bigint *diff ANSI((Bigint*, Bigint*));
  /build/make/target/product/vndk/
Android.mk 52 $(hide) ( diff --old-line-format="Removed %L" \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
faqconf.py 130 T_DIFF = "RCS diff for %s entry" % FAQNAME
280 # RCS log and diff
283 Click on a revision line to see the diff between that revision and the
292 (<A HREF="%(FAQCGI)s?req=diff&amp;file=%(file)s&amp;\
294 >diff -r%(prev)s -r%(rev)s</A>)\
  /external/clang/tools/clang-format/
git-clang-format 42 If two commits are given (requires --diff), run clang-format on all lines in the
97 p.add_argument('--diff', action='store_true',
98 help='print a diff instead of applying the changes')
119 help='revision from which to compute the diff')
129 if not opts.diff:
130 die('--diff is required when two commits are given')
151 # The computed diff outputs absolute paths, so we must cd before accessing
171 elif opts.diff:
276 """Return a subprocess object producing the diff from `commits`.
282 git_tool = 'diff-index
    [all...]
  /external/deqp/modules/egl/
teglSwapBuffersTests.cpp 253 const tcu::Vec4 diff(abs(pixel - color));
255 if (!boolAll(lessThanEqual(diff, threshold)))
  /external/deqp/modules/gles3/functional/
es3fShaderMetamorphicTests.cpp 285 tcu::Vec4 diff = abs(RGBA - sanPix.m_RGBA); local
287 if (diff[j] >= threshold[j])
  /external/fio/
gettime.c 657 uint64_t diff = prev->tsc - this->tsc; local
664 log_info("cs: CPU clock mismatch (diff=%llu):\n",
665 (unsigned long long) diff);
  /external/golang-protobuf/proto/testdata/
golden_test.go 83 run(t, "diff", "-u", "test.pb.go", newFile)
  /external/harfbuzz_ng/util/
options.hh 387 hb_buffer_diff_flags_t diff = hb_buffer_diff (reconstruction, buffer, (hb_codepoint_t) -1, 0);
388 if (diff)
  /external/libyuv/files/unit_test/
planar_test.cc 2105 int diff = TestHalfFloatPlane(benchmark_width_, benchmark_height_, local
2112 int diff = TestHalfFloatPlane(benchmark_width_, benchmark_height_, local
2119 int diff = TestHalfFloatPlane(benchmark_width_, benchmark_height_, local
2126 int diff = TestHalfFloatPlane(benchmark_width_, benchmark_height_, local
2133 int diff = TestHalfFloatPlane(benchmark_width_, benchmark_height_, local
2140 int diff = TestHalfFloatPlane(benchmark_width_, benchmark_height_, local
2147 int diff = TestHalfFloatPlane(benchmark_width_, benchmark_height_, local
2154 int diff = TestHalfFloatPlane(benchmark_width_, benchmark_height_, local
2161 int diff = TestHalfFloatPlane(benchmark_width_, benchmark_height_, local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
r600_streamout.c 357 unsigned type, int diff)
362 rctx->streamout.num_prims_gen_queries += diff;
  /external/python/cpython2/Tools/faqwiz/
faqconf.py 130 T_DIFF = "RCS diff for %s entry" % FAQNAME
280 # RCS log and diff
283 Click on a revision line to see the diff between that revision and the
292 (<A HREF="%(FAQCGI)s?req=diff&amp;file=%(file)s&amp;\
294 >diff -r%(prev)s -r%(rev)s</A>)\
  /external/python/cpython3/Lib/lib2to3/tests/
test_parser.py 396 x = diff(filepath, new)
440 def diff(fn, result): function
445 return subprocess.call(['diff', '-u', fn, '@'], stdout=(subprocess.DEVNULL if verbose < 1 else None))
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTime.java 91 int diff = julianDay - approximateDay; local
92 time.monthDay += diff;
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowTime.java 96 int diff = julianDay - approximateDay; local
97 time.monthDay += diff;
  /external/skia/src/opts/
SkColor_opts_SSE2.h 104 __m128i diff = _mm_or_si128(diff_rb, diff_ag); local
107 return _mm_add_epi8(dst, diff);
  /external/skqp/src/opts/
SkColor_opts_SSE2.h 104 __m128i diff = _mm_or_si128(diff_rb, diff_ag); local
107 return _mm_add_epi8(dst, diff);
  /external/tensorflow/tensorflow/python/kernel_tests/random/
random_gamma_test.py 222 diff = rnd2 - rnd1
223 self.assertGreater(np.linalg.norm(diff.eval()), 0.1)
  /external/tensorflow/tensorflow/python/ops/
gradient_checker.py 187 diff = (y_pos - y_neg) / scale
188 jacobian[row, :] = diff.ravel().view(y_dtype)
  /external/v8/tools/
run-deopt-fuzzer.py 135 diff = 1 - (x / equal_x)
138 result[i] = int(x + (i + 1) * diff)

Completed in 1629 milliseconds

<<41424344454647484950>>