Home
last modified time | relevance | path

Searched full:correction (Results 1 – 25 of 3561) sorted by relevance

12345678910>>...143

/aosp_15_r20/external/tcpdump/tests/
H A Dptp_ethernet.out1 …ength : 44, domain : 0, reserved1 : 0, Flags [two step], NS correction : 0, sub NS correction : 0,…
2 …g, length : 44, domain : 0, reserved1 : 0, Flags [none], NS correction : 0, sub NS correction : 0,…
3 …g, length : 64, domain : 0, reserved1 : 0, Flags [none], NS correction : 0, sub NS correction : 0,…
4 …ength : 44, domain : 0, reserved1 : 0, Flags [two step], NS correction : 0, sub NS correction : 0,…
5 …g, length : 44, domain : 0, reserved1 : 0, Flags [none], NS correction : 0, sub NS correction : 0,…
6 …ength : 44, domain : 0, reserved1 : 0, Flags [two step], NS correction : 0, sub NS correction : 0,…
7 …g, length : 44, domain : 0, reserved1 : 0, Flags [none], NS correction : 0, sub NS correction : 0,…
8 …g, length : 64, domain : 0, reserved1 : 0, Flags [none], NS correction : 0, sub NS correction : 0,…
9 …ength : 44, domain : 0, reserved1 : 0, Flags [two step], NS correction : 0, sub NS correction : 0,…
10 …g, length : 44, domain : 0, reserved1 : 0, Flags [none], NS correction : 0, sub NS correction : 0,…
[all …]
H A Dptp.out1 …g, length : 44, domain : 0, reserved1 : 0, Flags [none], NS correction : 0, sub NS correction : 0,…
2 …g, length : 54, domain : 0, reserved1 : 0, Flags [none], NS correction : 0, sub NS correction : 0,…
3 …g, length : 64, domain : 0, reserved1 : 0, Flags [none], NS correction : 0, sub NS correction : 0,…
4 …ength : 44, domain : 0, reserved1 : 0, Flags [two step], NS correction : 0, sub NS correction : 0,…
5 …g, length : 44, domain : 0, reserved1 : 0, Flags [none], NS correction : 0, sub NS correction : 0,…
/aosp_15_r20/external/libaom/av1/common/arm/
H A Dcompound_convolve_neon_dotprod.c28 const int32x4_t correction, in convolve4_4_2d_h() argument
39 // Accumulate dot product into 'correction' to account for range clamp. in convolve4_4_2d_h()
40 int32x4_t sum = vdotq_lane_s32(correction, permuted_samples, x_filter, 0); in convolve4_4_2d_h()
48 const int32x4_t correction, in convolve8_8_2d_h() argument
65 // Accumulate dot product into 'correction' to account for range clamp. in convolve8_8_2d_h()
67 sum[0] = vdotq_lane_s32(correction, permuted_samples[0], x_filter, 0); in convolve8_8_2d_h()
70 sum[1] = vdotq_lane_s32(correction, permuted_samples[1], x_filter, 0); in convolve8_8_2d_h()
90 const int32x4_t correction = in dist_wtd_convolve_2d_horiz_neon_dotprod() local
113 convolve4_4_2d_h(s0, x_filter, correction, range_limit, permute_tbl); in dist_wtd_convolve_2d_horiz_neon_dotprod()
115 convolve4_4_2d_h(s1, x_filter, correction, range_limit, permute_tbl); in dist_wtd_convolve_2d_horiz_neon_dotprod()
[all …]
H A Dconvolve_neon_dotprod.c906 // Accumulate dot product into 'correction' to account for range transform. in convolve12_4_2d_h()
917 const int32x4_t correction, in convolve12_8_2d_h() argument
936 // Accumulate dot product into 'correction' to account for range transform. in convolve12_8_2d_h()
937 int32x4_t sum0123 = vdotq_laneq_s32(correction, perm_samples[0], filters, 0); in convolve12_8_2d_h()
941 int32x4_t sum4567 = vdotq_laneq_s32(correction, perm_samples[1], filters, 0); in convolve12_8_2d_h()
971 const int32x4_t correction = vdupq_n_s32((128 << FILTER_BITS) + horiz_const); in convolve_2d_sr_horiz_12tap_neon_dotprod() local
979 int16x4_t d0 = convolve12_4_2d_h(s0, x_filter, correction, permute_tbl); in convolve_2d_sr_horiz_12tap_neon_dotprod()
980 int16x4_t d1 = convolve12_4_2d_h(s1, x_filter, correction, permute_tbl); in convolve_2d_sr_horiz_12tap_neon_dotprod()
981 int16x4_t d2 = convolve12_4_2d_h(s2, x_filter, correction, permute_tbl); in convolve_2d_sr_horiz_12tap_neon_dotprod()
982 int16x4_t d3 = convolve12_4_2d_h(s3, x_filter, correction, permute_tbl); in convolve_2d_sr_horiz_12tap_neon_dotprod()
[all …]
/aosp_15_r20/external/executorch/backends/arm/test/ops/
H A Dtest_var.py41 correction: int = 0,
43 return x.var(keepdim=keepdim, correction=correction)
75 correction: int = 0,
77 return x.var(dim=dim, keepdim=keepdim, correction=correction)
144 def test_var_tosa_MI(self, test_tensor: torch.Tensor, keepdim, correction): argument
145 self._test_var_tosa_MI_pipeline(self.Var(), (test_tensor, keepdim, correction))
148 def test_var_tosa_BI(self, test_tensor: torch.Tensor, keepdim, correction): argument
149 self._test_var_tosa_BI_pipeline(self.Var(), (test_tensor, keepdim, correction))
152 def test_var_u55_BI(self, test_tensor: torch.Tensor, keepdim, correction): argument
156 (test_tensor, keepdim, correction),
[all …]
/aosp_15_r20/frameworks/base/core/java/android/hardware/display/
H A DBrightnessConfiguration.java50 private static final String TAG_BRIGHTNESS_CORRECTION = "brightness-correction";
111 * Returns a brightness correction by app, or null.
116 * @return The matching brightness correction, or null.
125 * Returns a brightness correction by app category, or null.
130 * @return The matching brightness correction, or null.
196 final BrightnessCorrection correction = entry.getValue(); in writeToParcel() local
198 correction.writeToParcel(dest, flags); in writeToParcel()
203 final BrightnessCorrection correction = entry.getValue(); in writeToParcel() local
205 correction.writeToParcel(dest, flags); in writeToParcel()
310 final BrightnessCorrection correction =
[all …]
/aosp_15_r20/frameworks/base/location/java/android/location/
H A DGnssCorrectionComponent.java31 * A class that contains Gnss correction associated with a component (e.g. the Ionospheric error).
39 * Uniquely identifies the source of correction (e.g. "Klobuchar" for ionospheric corrections).
45 /** The correction is only applicable during this time interval. */
48 /** Pseudorange correction. */
54 * @param sourceKey Uniquely identifies the source of correction (e.g. "Klobuchar" for
57 * @param validityInterval The correction is only applicable during this time interval.
58 * @param pseudorangeCorrection Pseudorange correction.
72 /** Returns the source key of the correction. */
78 /** Returns the validity interval of the correction. */
84 /** Returns the pseudorange correction. */
[all …]
H A DKeplerianOrbitModel.java314 /** Amplitude of cosine harmonic correction term to angle of inclination in radians. */
317 /** Amplitude of sine harmonic correction term to angle of inclination in radians. */
320 /** Amplitude of cosine harmonic correction term to the orbit in meters. */
323 /** Amplitude of sine harmonic correction term to the orbit in meters. */
326 /** Amplitude of cosine harmonic correction term to the argument of latitude in radians. */
329 /** Amplitude of sine harmonic correction term to the argument of latitude in radians. */
348 * Get the amplitude of cosine harmonic correction term to angle of inclination in radians.
356 * Get the amplitude of sine harmonic correction term to angle of inclination in radians.
363 /** Get the amplitude of cosine harmonic correction term to the orbit in meters. */
369 /** Get the amplitude of sine harmonic correction term to the orbit in meters. */
[all …]
/aosp_15_r20/external/kernel-headers/original/uapi/linux/dvb/
H A Dfrontend.h268 * enum fe_code_rate - Type of Forward Error Correction (FEC)
270 * @FEC_NONE: No Forward Error Correction Code
271 * @FEC_1_2: Forward Error Correction Code 1/2
272 * @FEC_2_3: Forward Error Correction Code 2/3
273 * @FEC_3_4: Forward Error Correction Code 3/4
274 * @FEC_4_5: Forward Error Correction Code 4/5
275 * @FEC_5_6: Forward Error Correction Code 5/6
276 * @FEC_6_7: Forward Error Correction Code 6/7
277 * @FEC_7_8: Forward Error Correction Code 7/8
278 * @FEC_8_9: Forward Error Correction Code 8/9
[all …]
/aosp_15_r20/cts/tests/location/location_gnss/src/android/location/cts/gnss/pseudorange/
H A DSatelliteClockCorrectionCalculator.java19 * Calculate the GPS satellite clock correction based on parameters observed from the navigation
31 * Compute the GPS satellite clock correction term in meters iteratively following page 88 - 90
32 * and 98 - 100 of the ICD GPS 200. The method returns a pair of satellite clock correction in
63 // Correction for week rollover in calculateSatClockCorrAndEccAnomAndTkIteratively()
69 // Initial satellite clock correction (unknown relativistic correction). Iterate to correct in calculateSatClockCorrAndEccAnomAndTkIteratively()
83 // Correction for week rollover in calculateSatClockCorrAndEccAnomAndTkIteratively()
100 // relativistic correction term (seconds) in calculateSatClockCorrAndEccAnomAndTkIteratively()
103 // satellite clock correction including relativistic effect in calculateSatClockCorrAndEccAnomAndTkIteratively()
110 throw new Exception("Satellite Clock Correction calculation did not converge in " in calculateSatClockCorrAndEccAnomAndTkIteratively()
117 // return satellite clock correction (meters) and Kepler Eccentric Anomaly in Radians in calculateSatClockCorrAndEccAnomAndTkIteratively()
[all …]
/aosp_15_r20/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelperTests.java133 assertEquals("1st word without auto correction", POSITION_CENTER, in testGetPositionInSuggestionStrip()
140 assertEquals("2nd word without auto correction", POSITION_LEFT, in testGetPositionInSuggestionStrip()
147 assertEquals("3rd word without auto correction", POSITION_RIGHT, in testGetPositionInSuggestionStrip()
155 assertEquals("typed word with auto correction", POSITION_LEFT, in testGetPositionInSuggestionStrip()
162 assertEquals("2nd word with auto correction", POSITION_CENTER, in testGetPositionInSuggestionStrip()
169 assertEquals("3rd word with auto correction", POSITION_RIGHT, in testGetPositionInSuggestionStrip()
177 assertEquals("1st word without auto correction", POSITION_OMIT, in testGetPositionInSuggestionStrip()
184 assertEquals("2nd word without auto correction", POSITION_CENTER, in testGetPositionInSuggestionStrip()
191 assertEquals("3rd word without auto correction", POSITION_LEFT, in testGetPositionInSuggestionStrip()
198 assertEquals("4th word without auto correction", POSITION_RIGHT, in testGetPositionInSuggestionStrip()
[all …]
/aosp_15_r20/hardware/interfaces/gnss/aidl/android/hardware/gnss/gnss_assistance/
H A DGnssCorrectionComponent.aidl4 * Gnss correction associated with a component (e.g. the Ionospheric error).
11 * Uniquely identifies the source of correction (e.g. "Klobuchar" for
27 * start. Required as a reference time for the initial correction value and
40 /** The correction is only applicable during this time interval. */
43 /** Pseudorange correction. */
46 /* Correction to be added to the measured pseudorange, in meters. */
49 /* Uncertainty of the correction, in meters. */
53 * Linear approximation of the change in correction over time. Intended
54 * usage is to adjust the correction using the formula:
57 * of the correction validity interval.
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DTypoCorrection.h1 //===- TypoCorrection.h - Class for typo correction results -----*- C++ -*-===//
10 // Sema's typo correction (Sema::CorrectTypo).
54 // best correction candidates having the lowest edit distance).
83 /// Gets the DeclarationName of the typo correction
90 /// Gets the NestedNameSpecifier needed to use the typo correction
125 /// Gets the "edit distance" of the typo correction from the typo.
144 /// Get the correction declaration found by name lookup (before we
150 /// Gets the pointer to the declaration of the typo correction
192 /// added to the list of the correction's NamedDecl pointers, NULL is added
212 // Returns true if the correction either is a keyword or has a known decl.
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DTypoCorrection.h1 //===- TypoCorrection.h - Class for typo correction results -----*- C++ -*-===//
10 // Sema's typo correction (Sema::CorrectTypo).
54 // best correction candidates having the lowest edit distance).
83 /// Gets the DeclarationName of the typo correction
90 /// Gets the NestedNameSpecifier needed to use the typo correction
125 /// Gets the "edit distance" of the typo correction from the typo.
144 /// Get the correction declaration found by name lookup (before we
150 /// Gets the pointer to the declaration of the typo correction
192 /// added to the list of the correction's NamedDecl pointers, NULL is added
212 // Returns true if the correction either is a keyword or has a known decl.
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DTypoCorrection.h1 //===- TypoCorrection.h - Class for typo correction results -----*- C++ -*-===//
10 // Sema's typo correction (Sema::CorrectTypo).
54 // best correction candidates having the lowest edit distance).
83 /// Gets the DeclarationName of the typo correction
90 /// Gets the NestedNameSpecifier needed to use the typo correction
125 /// Gets the "edit distance" of the typo correction from the typo.
144 /// Get the correction declaration found by name lookup (before we
150 /// Gets the pointer to the declaration of the typo correction
192 /// added to the list of the correction's NamedDecl pointers, NULL is added
212 // Returns true if the correction either is a keyword or has a known decl.
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DTypoCorrection.h1 //===- TypoCorrection.h - Class for typo correction results -----*- C++ -*-===//
10 // Sema's typo correction (Sema::CorrectTypo).
54 // best correction candidates having the lowest edit distance).
83 /// Gets the DeclarationName of the typo correction
90 /// Gets the NestedNameSpecifier needed to use the typo correction
125 /// Gets the "edit distance" of the typo correction from the typo.
144 /// Get the correction declaration found by name lookup (before we
150 /// Gets the pointer to the declaration of the typo correction
192 /// added to the list of the correction's NamedDecl pointers, NULL is added
212 // Returns true if the correction either is a keyword or has a known decl.
[all …]
/aosp_15_r20/frameworks/base/media/java/android/media/tv/tuner/frontend/
H A DIptvFrontendSettingsFec.java29 * FEC (Forward Error Correction) for IPTV.
42 * FEC (Forward Error Correction) type UNDEFINED.
47 * FEC (Forward Error Correction) type Column.
52 * FEC (Forward Error Correction) type ROW.
57 * FEC (Forward Error Correction) type Column Row.
72 * Gets the FEC (Forward Error Correction) type.
80 * Get the FEC (Forward Error Correction) row number.
88 * Gets the FEC (Forward Error Correction) column number.
107 * Sets the FEC (Forward Error Correction) type
115 * Sets the FEC (Forward Error Correction) row number.
[all …]
/aosp_15_r20/external/executorch/backends/arm/_passes/
H A Ddecompose_var_pass.py16 if op == exir_ops.edge.aten.var.correction:
24 if op in (torch.ops.aten.var.correction, torch.ops.aten.var.dim):
37 …This pass decomposes var.correction and var.dim into smaller ops (see https://pytorch.org/docs/sta…
40 y = var_correction(x, dim, keepdim, correction)
46 y = div(sum, max(0, N-correction))
51 exir_ops.edge.aten.var.correction,
52 torch.ops.aten.var.correction,
60 correction = args[-2]
63 correction = kwargs["correction"]
81 ([1 for _ in shape], 1 / max(0, N - correction)),
/aosp_15_r20/external/clang/include/clang/Sema/
H A DTypoCorrection.h1 //===--- TypoCorrection.h - Class for typo correction results ---*- C++ -*-===//
11 // Sema's typo correction (Sema::CorrectTypo).
37 // best correction candidates having the lowest edit distance).
73 /// \brief Gets the DeclarationName of the typo correction
79 /// \brief Gets the NestedNameSpecifier needed to use the typo correction
113 /// \brief Gets the "edit distance" of the typo correction from the typo.
132 /// \brief Get the correction declaration found by name lookup (before we
138 /// \brief Gets the pointer to the declaration of the typo correction
179 /// added to the list of the correction's NamedDecl pointers, NULL is added
199 // Returns true if the correction either is a keyword or has a known decl.
[all …]
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DBoundedRect.java123 float[] correction = { in moveInner() local
127 // find correction vectors for corners that have moved out of bounds in moveInner()
129 float correctedInnerX = translatedInnerCorners[i] + correction[0]; in moveInner()
130 float correctedInnerY = translatedInnerCorners[i + 1] + correction[1]; in moveInner()
138 correction[0] += correctionVec[0]; in moveInner()
139 correction[1] += correctionVec[1]; in moveInner()
144 float correctedInnerX = translatedInnerCorners[i] + correction[0]; in moveInner()
145 float correctedInnerY = translatedInnerCorners[i + 1] + correction[1]; in moveInner()
153 correction[0] += correctionVec[0]; in moveInner()
154 correction[1] += correctionVec[1]; in moveInner()
[all …]
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Ddecomposition_registry_util.cpp18 correction: Union[float, int, NoneType, bool]=None,
38 if torch.__is__(correction, None):
41 correction0 = unchecked_cast(Union[float, int, bool], correction)
54 ops.prim.RaiseException("correction must be int or float", "builtins.RuntimeError")
77 correction = unchecked_cast(Union[float, bool], _0)
78 _3 = isinstance(correction, float)
80 correction0 = unchecked_cast(float, correction)
83 ops.prim.RaiseException("correction must be int or float", "builtins.RuntimeError")
98 …{"aten::var.correction(Tensor self, int[1]? dim=None, *, Scalar? correction=None, bool keepdim=Fal… in GetDecompositionMapping()
/aosp_15_r20/frameworks/native/services/surfaceflinger/Effects/
H A DDaltonizer.cpp152 // We construct the matrix that will perform the whole correction. in update()
158 // correction: type of color blindness correction (should match the simulation above): in update()
160 mat4 correction(0); in update() local
165 if (mMode == ColorBlindnessMode::Correction) in update()
166 correction = errp; in update()
170 if (mMode == ColorBlindnessMode::Correction) in update()
171 correction = errd; in update()
175 if (mMode == ColorBlindnessMode::Correction) in update()
176 correction = errt; in update()
185 (simulation * rgb2lms + correction * (rgb2lms - simulation * rgb2lms)); in update()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DReduceOps.cpp1769 static double std_var_all_cpu(const Tensor& self, double correction, bool take_sqrt) { in std_var_all_cpu() argument
1807 return sum_dx2 / std::max(0.0, self.numel() - correction); in std_var_all_cpu()
1820 …warn_invalid_degrees_of_freedom(const char* fname, const TensorIterator& iter, double correction) { in warn_invalid_degrees_of_freedom() argument
1822 if (reducing_over_num_elements - correction <= 0) { in warn_invalid_degrees_of_freedom()
1823 …TORCH_WARN(fname, "(): degrees of freedom is <= 0. Correction should be strictly less than the red… in warn_invalid_degrees_of_freedom()
1874 const auto correction = correction_opt.value_or(1).toDouble(); in std_var_out() local
1880 warn_invalid_degrees_of_freedom(fname, iter, correction); in std_var_out()
1893 result.fill_(std_var_all_cpu(self, correction, take_sqrt)); in std_var_out()
1895 std_var_stub(iter.device_type(), iter, correction, take_sqrt); in std_var_out()
1956 const auto correction = correction_opt.value_or(1).toDouble(); in std_var_mean_out() local
[all …]
/aosp_15_r20/hardware/interfaces/graphics/composer/aidl/android/hardware/graphics/composer3/
H A DColorMode.aidl46 * Gamma Correction (GC):
65 * Gamma Correction (GC):
86 * Gamma Correction (GC):
105 * Gamma Correction (GC):
124 * HDTV REC709 Inverse Gamma Correction (IGC): V represents normalized
132 * HDTV REC709 Gamma Correction (GC):
166 * PC/Internet (sRGB) Inverse Gamma Correction (IGC):
173 * PC/Internet (sRGB) Gamma Correction (GC):
206 * PC/Internet (sRGB) Gamma Correction (GC):
227 * Inverse Gamma Correction (IGC): V represents normalized (with [0 to 1]
[all …]
/aosp_15_r20/external/pytorch/torch/jit/
H A D_decompositions.py99 @register_decomposition(aten.var.correction)
103 correction: Optional[Number] = None,
122 if correction is None:
125 if isinstance(correction, int):
126 denom = float(n - correction)
127 elif isinstance(correction, float):
128 denom = float(n) - correction
130 raise RuntimeError("correction must be int or float")
137 return var_decomposition(input, correction=(1 if unbiased else 0))

12345678910>>...143