Home
last modified time | relevance | path

Searched refs:max_residual (Results 1 – 25 of 31) sorted by relevance

12

/dports/graphics/colmap/colmap-3.6/src/optim/
H A Dsupport_measurement.cc37 const std::vector<double>& residuals, const double max_residual) { in Evaluate() argument
43 if (residual <= max_residual) { in Evaluate()
63 const std::vector<double>& residuals, const double max_residual) { in Evaluate() argument
69 if (residual <= max_residual) { in Evaluate()
73 support.score += max_residual; in Evaluate()
H A Dloransac.h113 const double max_residual = options_.max_error * options_.max_error; in Estimate() local
147 const auto support = support_measurer.Evaluate(residuals, max_residual); in Estimate()
163 if (residuals[i] <= max_residual) { in Estimate()
177 support_measurer.Evaluate(residuals, max_residual); in Estimate()
226 if (residuals[i] <= max_residual) { in Estimate()
H A Dsupport_measurement.h55 const double max_residual);
74 const double max_residual);
H A Dsprt.cc46 const double max_residual, size_t* num_inliers, in Evaluate() argument
53 if (std::abs(residuals[i]) <= max_residual) { in Evaluate()
H A Dransac.h200 const double max_residual = options_.max_error * options_.max_error; in Estimate() local
231 const auto support = support_measurer.Evaluate(residuals, max_residual); in Estimate()
270 if (residuals[i] <= max_residual) { in Estimate()
H A Dsprt.h69 bool Evaluate(const std::vector<double>& residuals, const double max_residual,
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/remote_bitrate_estimator/
H A Doveruse_estimator.cc76 const double max_residual = 3.0 * sqrt(var_noise_); in Update() local
79 if (fabs(residual) < max_residual) { in Update()
82 UpdateNoiseEstimate(residual < 0 ? -max_residual : max_residual, in Update()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/remote_bitrate_estimator/
H A Doveruse_estimator.cc84 const double max_residual = 3.0 * sqrt(var_noise_); in Update() local
87 if (fabs(residual) < max_residual) { in Update()
90 UpdateNoiseEstimate(residual < 0 ? -max_residual : max_residual, in Update()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/remote_bitrate_estimator/
H A Doveruse_estimator.cc84 const double max_residual = 3.0 * sqrt(var_noise_); in Update() local
87 if (fabs(residual) < max_residual) { in Update()
90 UpdateNoiseEstimate(residual < 0 ? -max_residual : max_residual, in Update()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/remote_bitrate_estimator/
H A Doveruse_estimator.cc84 const double max_residual = 3.0 * sqrt(var_noise_); in Update() local
87 if (fabs(residual) < max_residual) { in Update()
90 UpdateNoiseEstimate(residual < 0 ? -max_residual : max_residual, in Update()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/remote_bitrate_estimator/
H A Doveruse_estimator.cc85 const double max_residual = 3.0 * sqrt(var_noise_); in Update() local
88 if (fabs(residual) < max_residual) { in Update()
91 UpdateNoiseEstimate(residual < 0 ? -max_residual : max_residual, in Update()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/remote_bitrate_estimator/
H A Doveruse_estimator.cc82 const double max_residual = 3.0 * sqrt(var_noise_); in Update() local
85 if (fabs(residual) < max_residual) { in Update()
88 UpdateNoiseEstimate(residual < 0 ? -max_residual : max_residual, in Update()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/remote_bitrate_estimator/
H A Doveruse_estimator.cc84 const double max_residual = 3.0 * sqrt(var_noise_); in Update() local
87 if (fabs(residual) < max_residual) { in Update()
90 UpdateNoiseEstimate(residual < 0 ? -max_residual : max_residual, in Update()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/remote_bitrate_estimator/
H A Doveruse_estimator.cc85 const double max_residual = 3.0 * sqrt(var_noise_); in Update() local
88 if (fabs(residual) < max_residual) { in Update()
91 UpdateNoiseEstimate(residual < 0 ? -max_residual : max_residual, in Update()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/remote_bitrate_estimator/
H A Doveruse_estimator.cc85 const double max_residual = 3.0 * sqrt(var_noise_); in Update() local
88 if (fabs(residual) < max_residual) { in Update()
91 UpdateNoiseEstimate(residual < 0 ? -max_residual : max_residual, in Update()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/tce/
H A Dtce_energy_fragment.F36 double precision max_residual
166 max_residual = 0.0d0
180 if (residual.gt.max_residual) max_residual = residual
182 if (nodezero) write(LuOut,9050) max_residual
183 if (max_residual.lt.thresh) goto 10
/dports/science/nwchem-data/nwchem-7.0.2-release/src/tce/
H A Dtce_energy_fragment.F36 double precision max_residual
166 max_residual = 0.0d0
180 if (residual.gt.max_residual) max_residual = residual
182 if (nodezero) write(LuOut,9050) max_residual
183 if (max_residual.lt.thresh) goto 10
/dports/devel/py-aiortc/aiortc-1.2.1/src/aiortc/
H A Drate.py398 max_residual = 3.0 * math.sqrt(self.var_noise)
399 if abs(residual) < max_residual:
403 -max_residual if residual < 0 else max_residual, min_frame_period
/dports/graphics/blender/blender-2.91.0/extern/mantaflow/helper/util/
H A Drcmatrix.h772 Real max_residual(const std::vector<T> &lhs, const std::vector<T> &rhs) const in max_residual() function
775 Real max_residual = 0.0; in max_residual() local
778 max_residual = std::max(max_residual, std::abs(r[i] - rhs[i])); in max_residual()
780 return max_residual; in max_residual()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-31/
H A Dstep-31.cc770 double max_residual = 0; in compute_viscosity() local
793 max_residual = std::max(residual, max_residual); in compute_viscosity()
804 std::pow(cell_diameter, alpha) * max_residual / global_scaling)); in compute_viscosity()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-43/
H A Dstep-43.cc2087 double max_residual = 0; in compute_viscosity() local
2114 max_residual = std::max(residual, max_residual); in compute_viscosity()
2128 max_residual / in compute_viscosity()
/dports/math/highs/HiGHS-cfe064e/src/lp_data/
H A DHighsLpUtils.cpp583 double max_residual = 0; in cleanBounds() local
595 max_residual = std::max(residual, max_residual); in cleanBounds()
611 max_residual = std::max(residual, max_residual); in cleanBounds()
621 num_change, max_residual); in cleanBounds()
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/lp_data/
H A DHighsLpUtils.cpp583 double max_residual = 0; in cleanBounds() local
595 max_residual = std::max(residual, max_residual); in cleanBounds()
611 max_residual = std::max(residual, max_residual); in cleanBounds()
621 num_change, max_residual); in cleanBounds()
/dports/graphics/colmap/colmap-3.6/src/feature/
H A Dsift.cc1021 const float max_residual = match_options.max_error * match_options.max_error; in MatchGuidedSiftFeaturesCPU() local
1039 max_residual; in MatchGuidedSiftFeaturesCPU()
1049 return ((H * p1).hnormalized() - p2).squaredNorm() > max_residual; in MatchGuidedSiftFeaturesCPU()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-32/
H A Dstep-32.cc1560 double max_residual = 0; in compute_viscosity() local
1590 max_residual = std::max(residual, max_residual); in compute_viscosity()
1606 max_residual / global_entropy_variation); in compute_viscosity()
1610 global_Omega_diameter * max_velocity * max_residual / in compute_viscosity()

12