Searched defs:adjustment (Results 1 - 21 of 21) sorted by relevance

/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.h14 __sum16 adjustment; member in struct:ip6t_npt_tginfo
/external/tensorflow/tensorflow/stream_executor/lib/
H A Dmathutil.h73 // When rounded_toward_zero is negative, then an adjustment is never needed:
75 // When rounded_toward_zero is non-negative, an adjustment is needed if the
85 const IntegralType adjustment = static_cast<IntegralType>(needs_adjustment); local
86 const IntegralType ceil_of_ratio = rounded_toward_zero + adjustment;
93 const IntegralType adjustment = static_cast<IntegralType>(needs_adjustment); local
94 const IntegralType floor_of_ratio = rounded_toward_zero - adjustment;
/external/tensorflow/tensorflow/core/lib/math/
H A Dmath_util.h106 // When rounded_toward_zero is negative, then an adjustment is never needed:
108 // When rounded_toward_zero is non-negative, an adjustment is needed if the
120 const IntegralType adjustment = static_cast<IntegralType>(needs_adjustment); local
121 const IntegralType ceil_of_ratio = rounded_toward_zero + adjustment;
129 const IntegralType adjustment = static_cast<IntegralType>(needs_adjustment); local
130 const IntegralType floor_of_ratio = rounded_toward_zero - adjustment;
/external/webrtc/webrtc/modules/video_processing/util/
H A Ddenoiser_filter_c.cc89 int adjustment = 0; local
102 adjustment = adj_val[0];
104 adjustment = adj_val[1];
106 adjustment = adj_val[2];
109 if ((sig[c] + adjustment) > 255)
112 running_avg_y[c] = sig[c] + adjustment;
114 col_sum[c] += adjustment;
116 if ((sig[c] - adjustment) < 0)
119 running_avg_y[c] = sig[c] - adjustment;
121 col_sum[c] -= adjustment;
152 int adjustment = abs(diff); local
[all...]
/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);
/external/e2fsprogs/lib/uuid/
H A Dgen_uuid.c313 THREAD_LOCAL int adjustment = 0; local
366 adjustment = a;
383 adjustment = 0;
387 if (adjustment >= MAX_ADJUSTMENT)
389 adjustment++;
391 adjustment = 0;
395 clock_reg = tv.tv_usec*10 + adjustment;
400 adjustment += *num - 1;
401 last.tv_usec += adjustment / 10;
402 adjustment
[all...]
/external/libvpx/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
72 * increasing the adjustment for each level. Add another increment for
87 int adjustment = 0; local
100 adjustment = adj_val[0];
102 adjustment = adj_val[1];
104 adjustment = adj_val[2];
108 if ((sig[c] + adjustment) > 25
171 int adjustment = abs(diff); local
259 int adjustment = 0; local
322 int adjustment = abs(diff); local
[all...]
/external/libxaac/decoder/drc_src/
H A Dimpd_drc_selection_process_drcset_selection.c712 FLOAT32 adjustment; local
911 adjustment = max(
915 adjustment = min(adjustment, max(0.0f, loudness_deviation_max));
917 loudness_normalization_gain_db[l] - adjustment;
1051 adjustment =
1054 adjustment = min(adjustment, max(0.0f, loudness_deviation_max));
1056 adjustment;
1057 selection_candidate_info_step_2[n].output_peak_level -= adjustment;
[all...]
/external/tensorflow/tensorflow/compiler/xla/
H A Dshape_util.cc869 int adjustment = 0; local
872 adjustment++;
875 minor_to_major[i] -= adjustment;
/external/vixl/src/aarch64/
H A Dsimulator-aarch64.h211 uint64_t adjustment = (halfbit_mantissa & ~onebit_mantissa); local
212 uint64_t adjusted = mantissa - adjustment;
/external/aac/libDRCdec/src/
H A DdrcDec_selectionProcess.cpp1017 FIXP_DBL adjustment = 0; local
1020 adjustment =
1023 adjustment = fMin(adjustment, fMax((FIXP_DBL)0, loudnessDeviationMax));
1027 loudnessNormalizationGainDb - adjustment, loudnessNormalizationGainDbMax);
1294 FIXP_DBL adjustment = local
1296 adjustment = fMin(adjustment, fMax((FIXP_DBL)0, loudnessDeviationMax));
1298 pCandidate->loudnessNormalizationGainDbAdjusted -= adjustment;
1299 pCandidate->outputPeakLevel -= adjustment;
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c105 // formulaic approach to facilitate easier adjustment of the Q tables.
196 // q based adjustment to baseline enumerator
506 // More heavily damped adjustment used if we have been oscillating either side
611 const int adjustment = ((offset * qdiff) + (gap >> 1)) / gap; local
612 return low_motion_minq[q] + adjustment;
673 int adjustment = 0; local
702 // Maximum limit for down adjustment, ~30%.
708 adjustment = (int)((rc->buffer_level - rc->optimal_buffer_level) /
710 active_worst_quality -= adjustment;
717 adjustment
[all...]
/external/mockito/lib/
H A Dbyte-buddy-1.7.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/net. ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 802 milliseconds