Searched refs:adjustment (Results 1 - 25 of 37) sorted by relevance

12

/external/iptables/include/linux/netfilter_ipv6/
H A Dip6t_NPT.h13 __sum16 adjustment; member in struct:ip6t_npt_tginfo
/external/kernel-headers/original/uapi/linux/netfilter_ipv6/
H A Dip6t_NPT.h13 __sum16 adjustment; member in struct:ip6t_npt_tginfo
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Ddenoising.c33 * 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) > 25
181 int adjustment = abs(diff); local
271 int adjustment = 0; local
331 int adjustment = abs(diff); local
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Ddenoising.c30 * 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) > 25
[all...]
/external/chromium_org/base/strings/
H A Dutf_offset_string_conversions.cc40 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;
110 // adjustment that needs revising.
140 // The first adjustment adjuste
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderVTTCue.cpp252 int adjustment = 0; local
254 adjustment = -topOverflow;
256 adjustment = bottomOverflow;
258 if (adjustment)
259 setY(y() + adjustment);
/external/e2fsprogs/lib/uuid/
H A Dgen_uuid.c312 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
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/
H A Dutilities.js340 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/iptables/extensions/
H A Dlibip6t_DNPT.c83 .userspacesize = offsetof(struct ip6t_npt_tginfo, adjustment),
H A Dlibip6t_SNPT.c83 .userspacesize = offsetof(struct ip6t_npt_tginfo, adjustment),
/external/ceres-solver/scripts/
H A Dceres-solver.spec46 - Specialized solvers for bundle adjustment problems in computer vision
47 - Iterative linear solvers for general sparse and bundle adjustment problems
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
H A Dexpanding_braille_translator.js133 function appendAdjusted(array, toAppend, adjustment) {
135 function(elem) { return adjustment + elem; }
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
H A Dfont_header_table.cc141 void FontHeaderTable::Builder::SetChecksumAdjustment(int64_t adjustment) { argument
142 InternalWriteData()->WriteULong(Offset::kCheckSumAdjustment, adjustment);
H A Dfont_header_table.h58 virtual void SetChecksumAdjustment(int64_t adjustment);
100 // Get the checksum adjustment. To compute: set it to 0, sum the entire font
/external/compiler-rt/lib/builtins/
H A Dfp_mul_impl.inc58 // include the necessary exponent adjustment.
/external/sfntly/cpp/src/sfntly/table/core/
H A Dfont_header_table.cc141 void FontHeaderTable::Builder::SetChecksumAdjustment(int64_t adjustment) { argument
142 InternalWriteData()->WriteULong(Offset::kCheckSumAdjustment, adjustment);
H A Dfont_header_table.h58 virtual void SetChecksumAdjustment(int64_t adjustment);
100 // Get the checksum adjustment. To compute: set it to 0, sum the entire font
/external/lzma/CPP/7zip/UI/Console/
H A DList.cpp151 static void PrintString(EAdjustment adjustment, int width, const UString &textString) argument
155 switch (adjustment)
359 static void PrintNumberString(EAdjustment adjustment, int width, const UInt64 *value) argument
364 PrintString(adjustment, width, textString);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c52 // 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/
H A Dkvm_host.h735 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) argument
775 kvm_x86_ops->adjust_tsc_offset(vcpu, adjustment, true);
767 adjust_tsc_offset_guest(struct kvm_vcpu *vcpu, s64 adjustment) argument
/external/sonivox/arm-hybrid-22k/lib_src/
H A DARM-E_interpolate_loop_gnu.s97 @ This section performs a gain adjustment of -12dB for 16-bit samples
H A DARM-E_interpolate_noloop_gnu.s89 @ This section performs a gain adjustment of -12dB for 16-bit samples
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_interpolate_loop_gnu.s97 @ This section performs a gain adjustment of -12dB for 16-bit samples
H A DARM-E_interpolate_noloop_gnu.s89 @ This section performs a gain adjustment of -12dB for 16-bit samples
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c101 // 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...]

Completed in 467 milliseconds

12