HomeSort by relevance Sort by last modified time
    Searched refs:adjustment (Results 1 - 25 of 33) sorted by null

1 2

  /bionic/libc/kernel/uapi/linux/netfilter_ipv6/
ip6t_NPT.h 30 __sum16 adjustment; member in struct:ip6t_npt_tginfo
  /development/ndk/platforms/android-L/include/linux/netfilter_ipv6/
ip6t_NPT.h 30 __sum16 adjustment; member in struct:ip6t_npt_tginfo
  /external/iptables/include/linux/netfilter_ipv6/
ip6t_NPT.h 13 __sum16 adjustment; member in struct:ip6t_npt_tginfo
  /external/kernel-headers/original/uapi/linux/netfilter_ipv6/
ip6t_NPT.h 13 __sum16 adjustment; member in struct:ip6t_npt_tginfo
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
denoising.c 33 * adjustment = filtered_value - current_raw
42 * The adjustment vs. diff curve becomes flat very quick when diff increases.
47 * diff adjustment w/o motion correction adjustment w/ motion correction
76 * increasing the adjustment for each level. Add another increment for
94 int adjustment = 0; local
110 adjustment = adj_val[0];
112 adjustment = adj_val[1];
114 adjustment = adj_val[2];
118 if ((sig[c] + adjustment) > 255
181 int adjustment = abs(diff); local
271 int adjustment = 0; local
331 int adjustment = abs(diff); local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
denoising.c 30 * adjustment = filtered_value - current_raw
39 * The adjustment vs. diff curve becomes flat very quick when diff increases.
44 * diff adjustment w/o motion correction adjustment w/ motion correction
70 * increasing the adjustment for each level. */
82 int adjustment = 0; local
97 adjustment = adj_val[0];
99 adjustment = adj_val[1];
101 adjustment = adj_val[2];
105 if ((sig[c] + adjustment) > 255
    [all...]
  /external/chromium_org/base/strings/
utf_offset_string_conversions.cc 16 OffsetAdjuster::Adjustment::Adjustment(size_t original_offset,
40 int adjustment = 0; local
49 adjustment += static_cast<int>(i->original_length - i->output_length);
51 *offset -= adjustment;
70 int adjustment = 0; local
73 if (*offset + adjustment <= i->original_offset)
75 adjustment += static_cast<int>(i->original_length - i->output_length);
76 if ((*offset + adjustment) <
82 *offset += adjustment;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderVTTCue.cpp 252 int adjustment = 0; local
254 adjustment = -topOverflow;
256 adjustment = bottomOverflow;
258 if (adjustment)
259 setY(y() + adjustment);
RenderBlockLineLayout.cpp 866 LayoutUnit adjustment = 0; local
    [all...]
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 312 THREAD_LOCAL int adjustment = 0; local
360 adjustment = a;
377 adjustment = 0;
381 if (adjustment >= MAX_ADJUSTMENT)
383 adjustment++;
385 adjustment = 0;
389 clock_reg = tv.tv_usec*10 + adjustment;
394 adjustment += *num - 1;
395 last.tv_usec += adjustment / 10;
396 adjustment = adjustment % 10
    [all...]
  /external/iptables/extensions/
libip6t_DNPT.c 83 .userspacesize = offsetof(struct ip6t_npt_tginfo, adjustment),
libip6t_SNPT.c 83 .userspacesize = offsetof(struct ip6t_npt_tginfo, adjustment),
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
ClockBackService.java 390 int adjustment = volumePercent % 10; local
391 if (adjustment < 5) {
392 volumePercent -= adjustment;
393 } else if (adjustment > 5) {
394 volumePercent += (10 - adjustment);
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/
utilities.js 340 var adjustment, expectation; variable
342 adjustment = adjustments[start + i];
349 expectations.push([adjustment[0], '', adjustment[0]]);
351 expectations[expectations.length - i - 2][0] = adjustment[0];
  /external/ceres-solver/scripts/
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/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
font_header_table.h 58 virtual void SetChecksumAdjustment(int64_t adjustment);
100 // Get the checksum adjustment. To compute: set it to 0, sum the entire font
font_header_table.cc 141 void FontHeaderTable::Builder::SetChecksumAdjustment(int64_t adjustment) {
142 InternalWriteData()->WriteULong(Offset::kCheckSumAdjustment, adjustment);
  /external/lzma/CPP/7zip/UI/Console/
List.cpp 151 static void PrintString(EAdjustment adjustment, int width, const UString &textString)
155 switch (adjustment)
359 static void PrintNumberString(EAdjustment adjustment, int width, const UInt64 *value)
364 PrintString(adjustment, width, textString);
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 52 // formulaic approach to facilitate easier adjustment of the Q tables.
101 // q based adjustment to baseline enumerator
321 // More heavily damped adjustment used if we have been oscillating either side
404 const int adjustment = ((offset * qdiff) + (gap >> 1)) / gap; local
405 return low_motion_minq[q] + adjustment;
444 int adjustment = 0; local
456 // Maximum limit for down adjustment, ~30%.
462 adjustment = (int)((rc->buffer_level - oxcf->optimal_buffer_level) /
464 active_worst_quality -= adjustment;
471 adjustment
    [all...]
  /external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/
kvm_host.h 735 void (*adjust_tsc_offset)(struct kvm_vcpu *vcpu, s64 adjustment, bool host);
768 s64 adjustment)
770 kvm_x86_ops->adjust_tsc_offset(vcpu, adjustment, false);
773 static inline void adjust_tsc_offset_host(struct kvm_vcpu *vcpu, s64 adjustment)
775 kvm_x86_ops->adjust_tsc_offset(vcpu, adjustment, true);
  /build/target/board/generic/
BoardConfig.mk 53 # This phase offset allows adjustment of the minimum latency from application
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_ratectrl.c 101 // formulaic approach to facilitate easier adjustment of the Q tables.
180 // q based adjustment to baseline enumerator
417 // More heavily damped adjustment used if we have been oscillating either side
501 const int adjustment = ((offset * qdiff) + (gap >> 1)) / gap; local
502 return low_motion_minq[q] + adjustment;
559 int adjustment = 0; local
571 // Maximum limit for down adjustment, ~30%.
577 adjustment = (int)((rc->buffer_level - rc->optimal_buffer_level) /
579 active_worst_quality -= adjustment;
586 adjustment
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
quantize_mmx.asm 251 ; eob adjustment begins here
  /external/libvpx/libvpx/vp8/encoder/x86/
quantize_mmx.asm 251 ; eob adjustment begins here
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
expanding_braille_translator.js 133 function appendAdjusted(array, toAppend, adjustment) {
135 function(elem) { return adjustment + elem; }

Completed in 1916 milliseconds

1 2