/external/libvpx/libvpx/vp8/encoder/ |
D | denoising.c | 82 int adjustment = 0; in vp8_denoiser_filter_c() local 97 adjustment = adj_val[0]; in vp8_denoiser_filter_c() 99 adjustment = adj_val[1]; in vp8_denoiser_filter_c() 101 adjustment = adj_val[2]; in vp8_denoiser_filter_c() 105 if ((sig[c] + adjustment) > 255) in vp8_denoiser_filter_c() 108 running_avg_y[c] = sig[c] + adjustment; in vp8_denoiser_filter_c() 110 sum_diff += adjustment; in vp8_denoiser_filter_c() 114 if ((sig[c] - adjustment) < 0) in vp8_denoiser_filter_c() 117 running_avg_y[c] = sig[c] - adjustment; in vp8_denoiser_filter_c() 119 sum_diff -= adjustment; in vp8_denoiser_filter_c()
|
/external/e2fsprogs/lib/uuid/ |
D | gen_uuid.c | 308 THREAD_LOCAL int adjustment = 0; in get_clock() local 356 adjustment = a; in get_clock() 373 adjustment = 0; in get_clock() 377 if (adjustment >= MAX_ADJUSTMENT) in get_clock() 379 adjustment++; in get_clock() 381 adjustment = 0; in get_clock() 385 clock_reg = tv.tv_usec*10 + adjustment; in get_clock() 390 adjustment += *num - 1; in get_clock() 391 last.tv_usec += adjustment / 10; in get_clock() 392 adjustment = adjustment % 10; in get_clock() [all …]
|
/external/chromium_org/base/strings/ |
D | utf_offset_string_conversions.cc | 141 void OffsetAdjuster::Add(const Adjustment& adjustment) { in Add() argument 142 adjustments_.push_back(adjustment); in Add() 148 size_t adjustment = 0; in AdjustOffset() local 157 adjustment += (i->original_length - i->output_length); in AdjustOffset() 159 *offset -= adjustment; in AdjustOffset()
|
D | utf_offset_string_conversions.h | 88 void Add(const Adjustment& adjustment);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderVTTCue.cpp | 255 int adjustment = 0; in repositionCueSnapToLinesSet() local 257 adjustment = -topOverflow; in repositionCueSnapToLinesSet() 259 adjustment = bottomOverflow; in repositionCueSnapToLinesSet() 261 if (adjustment) in repositionCueSnapToLinesSet() 262 setY(y() + adjustment); in repositionCueSnapToLinesSet()
|
/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.)
|
D | dynamic-allocas-VLAs.ll | 156 ; the base pointer we use the original adjustment. 177 ; Stack adjustment for byval
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/ |
D | utilities.js | 340 var adjustment, expectation; 342 adjustment = adjustments[start + i]; 349 expectations.push([adjustment[0], '', adjustment[0]]); 351 expectations[expectations.length - i - 2][0] = adjustment[0];
|
/external/ceres-solver/docs/source/ |
D | introduction.rst | 37 c. Specialized solvers for bundle adjustment problems in computer 41 and bundle adjustment problems. 54 `bundle adjustment
|
D | reading.rst | 10 provides a thorough coverage of the bundle adjustment problem.
|
D | tutorial.rst | 545 scale bundle adjustment problems [HartleyZisserman]_, [Triggs]_. 548 the goal of bundle adjustment is to find 3D point positions and camera 554 for solving bundle adjustment problems. 630 Given this functor, the bundle adjustment problem can be constructed 649 Notice that the problem construction for bundle adjustment is very 657 a reasonable thing to do, bundle adjustment problems have a special 672 For a more sophisticated bundle adjustment example which demonstrates 695 adjustment problems. 715 is the bundle adjustment algorithm used by `Blender <www.blender.org>`_/libmv.
|
/external/chromium/base/ |
D | utf_offset_string_conversions.cc | 227 size_t adjustment = 0; in operator ()() local 241 adjustment += (i->old_length - i->new_length); in operator ()() 243 offset -= adjustment; in operator ()()
|
/external/llvm/test/CodeGen/Mips/ |
D | eh-return32.ll | 27 ; check that stack adjustment and handler are put in $v1 and $v0. 68 ; check that stack adjustment and handler are put in $v1 and $v0.
|
D | eh-return64.ll | 27 ; 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.
|
/external/ceres-solver/scripts/ |
D | ceres-solver.spec | 45 - Specialized solvers for bundle adjustment problems in computer vision 46 - Iterative linear solvers for general sparse and bundle adjustment problems
|
/external/qemu/docs/ |
D | AUDIO.TXT | 117 volume adjustment, etc..). 120 (AUD_write()) to to the mixing/volume-adjustment from emulated hardware sample 159 be sent to the hardware stereo buffer (before rate adjustment, i.e. not the number 167 standard rate/volume adjustment before mixing the conversion into the target
|
/external/llvm/test/CodeGen/ARM/ |
D | 2009-11-30-LiveVariablesBug.ll | 10 define arm_aapcs_vfpcc void @foo(%"c"* %this, %"Vec3"* nocapture %adjustment) {
|
/external/lzma/CPP/7zip/UI/Console/ |
D | List.cpp | 151 static void PrintString(EAdjustment adjustment, int width, const UString &textString) in PrintString() argument 155 switch (adjustment) in PrintString() 359 static void PrintNumberString(EAdjustment adjustment, int width, const UInt64 *value) in PrintNumberString() argument 364 PrintString(adjustment, width, textString); in PrintNumberString()
|
/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/chromium_org/third_party/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/DebugInfo/X86/ |
D | prologue-stack.ll | 10 ; The stack adjustment should be part of the prologue.
|
/external/llvm/test/DebugInfo/AArch64/ |
D | cfi-frame.ll | 54 ; We shouldn't emit any kind of update for the second stack adjustment if the
|
/external/harfbuzz_ng/src/hb-old/ |
D | harfbuzz-shaper.cpp | 923 HB_Fixed adjustment = positions[i].x_advance; in HB_OpenTypePosition() local 926 adjustment = HB_FIXED_ROUND(adjustment); in HB_OpenTypePosition() 931 advances[i] += adjustment; in HB_OpenTypePosition()
|