/external/webrtc/webrtc/modules/video_processing/util/ |
D | denoiser_filter_c.cc | 89 int adjustment = 0; in MbDenoise() local 102 adjustment = adj_val[0]; in MbDenoise() 104 adjustment = adj_val[1]; in MbDenoise() 106 adjustment = adj_val[2]; in MbDenoise() 109 if ((sig[c] + adjustment) > 255) in MbDenoise() 112 running_avg_y[c] = sig[c] + adjustment; in MbDenoise() 114 col_sum[c] += adjustment; in MbDenoise() 116 if ((sig[c] - adjustment) < 0) in MbDenoise() 119 running_avg_y[c] = sig[c] - adjustment; in MbDenoise() 121 col_sum[c] -= adjustment; in MbDenoise() [all …]
|
/external/libvpx/libvpx/vp8/encoder/ |
D | denoising.c | 94 int adjustment = 0; in vp8_denoiser_filter_c() local 110 adjustment = adj_val[0]; in vp8_denoiser_filter_c() 112 adjustment = adj_val[1]; in vp8_denoiser_filter_c() 114 adjustment = adj_val[2]; in vp8_denoiser_filter_c() 118 if ((sig[c] + adjustment) > 255) in vp8_denoiser_filter_c() 121 running_avg_y[c] = sig[c] + adjustment; in vp8_denoiser_filter_c() 123 col_sum[c] += adjustment; in vp8_denoiser_filter_c() 127 if ((sig[c] - adjustment) < 0) in vp8_denoiser_filter_c() 130 running_avg_y[c] = sig[c] - adjustment; in vp8_denoiser_filter_c() 132 col_sum[c] -= adjustment; in vp8_denoiser_filter_c() [all …]
|
/external/e2fsprogs/lib/uuid/ |
D | gen_uuid.c | 312 THREAD_LOCAL int adjustment = 0; in get_clock() local 360 adjustment = a; in get_clock() 377 adjustment = 0; in get_clock() 381 if (adjustment >= MAX_ADJUSTMENT) in get_clock() 383 adjustment++; in get_clock() 385 adjustment = 0; in get_clock() 389 clock_reg = tv.tv_usec*10 + adjustment; in get_clock() 394 adjustment += *num - 1; in get_clock() 395 last.tv_usec += adjustment / 10; in get_clock() 396 adjustment = adjustment % 10; in get_clock() [all …]
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/ |
D | HolidayBorderPanel.java | 170 int adjustment = 0; in getInsets() local 179 adjustment = height - thickness; in getInsets() 191 return new Insets(dist + adjustment, dist, dist, dist); in getInsets() 426 int adjustment = 0; in paint() local 429 adjustment = (ascent - thickness) / 2; in paint() 437 int y = thickness / 2 + adjustment; in paint() 439 int h = height - thickness - 1 - adjustment; in paint()
|
/external/llvm/test/CodeGen/X86/ |
D | tailcall-largecode.ll | 18 ; adjustment may change in the future, in which case the location of 19 ; the stack argument and the return adjustment will change too.) 47 ; adjustment may change in the future, in which case the location of 48 ; the stack argument and the return adjustment will change too.)
|
/external/smali/smalidea/src/test/java/org/jf/smalidea/findUsages/ |
D | FindUsagesTest.java | 86 int adjustment = 0; in getUsageIndices() local 88 matches.add(matcher.start() - adjustment); in getUsageIndices() 89 adjustment += USAGE_TAG.length(); in getUsageIndices()
|
/external/ceres-solver/docs/source/ |
D | index.rst | 35 * Solve `bundle adjustment`_ and SLAM problems in `Project Tango`_. 40 tracking and bundle adjustment. 44 .. _bundle adjustment: http://en.wikipedia.org/wiki/Structure_from_motion
|
D | faqs.rst | 140 3. For bundle adjustment problems with up to a hundred or so 143 4. For larger bundle adjustment problems with sparse Schur 148 5. For large bundle adjustment problems (a few thousand cameras or 282 provides a thorough coverage of the bundle adjustment problem.
|
D | tutorial.rst | 603 scale bundle adjustment problems [HartleyZisserman]_, [Triggs]_. 606 the goal of bundle adjustment is to find 3D point positions and camera 612 for solving bundle adjustment problems. 688 Given this functor, the bundle adjustment problem can be constructed 706 Notice that the problem construction for bundle adjustment is very 714 a reasonable thing to do, bundle adjustment problems have a special 729 For a more sophisticated bundle adjustment example which demonstrates 752 adjustment problems. 772 is the bundle adjustment algorithm used by `Blender <www.blender.org>`_/libmv.
|
D | features.rst | 54 iterative linear solvers for `bundle adjustment`_ problems. 86 .. _bundle adjustment: http://en.wikipedia.org/wiki/Bundle_adjustment
|
/external/kernel-headers/original/uapi/linux/netfilter_ipv6/ |
D | ip6t_NPT.h | 13 __sum16 adjustment; member
|
/external/iptables/include/linux/netfilter_ipv6/ |
D | ip6t_NPT.h | 13 __sum16 adjustment; member
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/autoscale/ |
D | test_connection.py | 91 for adjustment in adjustments: 92 self.assertIsInstance(adjustment, AdjustmentType)
|
/external/crcalc/src/com/hp/creals/ |
D | UnaryCRFunction.java | 505 int adjustment = -f_guess.bitLength()/4; in approximate() local 506 if (adjustment > -20) adjustment = - 20; in approximate() 511 working_eval_prec += adjustment; in approximate()
|
/external/llvm/test/CodeGen/Mips/ |
D | eh-return32.ll | 29 ; check that stack adjustment and handler are put in $v1 and $v0. 71 ; check that stack adjustment and handler are put in $v1 and $v0.
|
D | eh-return64.ll | 30 ; check that stack adjustment and handler are put in $v1 and $v0. 74 ; check that stack adjustment and handler are put in $v1 and $v0.
|
/external/ceres-solver/scripts/ |
D | ceres-solver.spec | 46 - Specialized solvers for bundle adjustment problems in computer vision 47 - Iterative linear solvers for general sparse and bundle adjustment problems
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | font_header_table.cc | 141 void FontHeaderTable::Builder::SetChecksumAdjustment(int64_t adjustment) { in SetChecksumAdjustment() argument 142 InternalWriteData()->WriteULong(Offset::kCheckSumAdjustment, adjustment); in SetChecksumAdjustment()
|
D | font_header_table.h | 58 virtual void SetChecksumAdjustment(int64_t adjustment);
|
/external/llvm/test/CodeGen/ARM/ |
D | 2009-11-30-LiveVariablesBug.ll | 10 define arm_aapcs_vfpcc void @foo(%"c"* %this, %"Vec3"* nocapture %adjustment) {
|
/external/iptables/extensions/ |
D | libip6t_SNPT.c | 83 .userspacesize = offsetof(struct ip6t_npt_tginfo, adjustment),
|
D | libip6t_DNPT.c | 83 .userspacesize = offsetof(struct ip6t_npt_tginfo, adjustment),
|
/external/llvm/test/DebugInfo/X86/ |
D | prologue-stack.ll | 10 ; The stack adjustment should be part of the prologue.
|
/external/glide/third_party/disklrucache/ |
D | CHANGELOG.md | 53 * New API for cache size adjustment.
|
/external/autotest/site_utils/ |
D | balance_pools.py | 319 adjustment = target_total - self.total_hosts 320 return len(self.broken_hosts) + adjustment
|