Home
last modified time | relevance | path

Searched refs:ComputeClusters (Results 1 – 22 of 22) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/cobalt/unit_test/
H A Dclusterer_unit_test.cpp90 clusterer.ComputeClusters(1.0); in BOOST_AUTO_TEST_CASE()
101 clusterer.ComputeClusters(1.0); in BOOST_AUTO_TEST_CASE()
105 clusterer.ComputeClusters(0.01); in BOOST_AUTO_TEST_CASE()
120 clusterer.ComputeClusters(0.4); in BOOST_AUTO_TEST_CASE()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/remote_bitrate_estimator/
H A Dremote_bitrate_estimator_abs_send_time.cc170 void ComputeClusters(std::list<Cluster>* clusters) const;
227 void RemoteBitrateEstimatorAbsSendTimeImpl::ComputeClusters( in ComputeClusters() function in webrtc::RemoteBitrateEstimatorAbsSendTimeImpl
293 ComputeClusters(&clusters); in ProcessClusters()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/remote_bitrate_estimator/
H A Dremote_bitrate_estimator_abs_send_time.h110 void ComputeClusters(std::list<Cluster>* clusters) const;
H A Dremote_bitrate_estimator_abs_send_time.cc113 void RemoteBitrateEstimatorAbsSendTime::ComputeClusters( in ComputeClusters() function in webrtc::RemoteBitrateEstimatorAbsSendTime
182 ComputeClusters(&clusters); in ProcessClusters()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/remote_bitrate_estimator/
H A Dremote_bitrate_estimator_abs_send_time.h116 void ComputeClusters(std::list<Cluster>* clusters) const;
H A Dremote_bitrate_estimator_abs_send_time.cc114 void RemoteBitrateEstimatorAbsSendTime::ComputeClusters( in ComputeClusters() function in webrtc::RemoteBitrateEstimatorAbsSendTime
183 ComputeClusters(&clusters); in ProcessClusters()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/remote_bitrate_estimator/
H A Dremote_bitrate_estimator_abs_send_time.h116 void ComputeClusters(std::list<Cluster>* clusters) const;
H A Dremote_bitrate_estimator_abs_send_time.cc113 void RemoteBitrateEstimatorAbsSendTime::ComputeClusters( in ComputeClusters() function in webrtc::RemoteBitrateEstimatorAbsSendTime
182 ComputeClusters(&clusters); in ProcessClusters()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/remote_bitrate_estimator/
H A Dremote_bitrate_estimator_abs_send_time.h110 void ComputeClusters(std::list<Cluster>* clusters) const;
H A Dremote_bitrate_estimator_abs_send_time.cc113 void RemoteBitrateEstimatorAbsSendTime::ComputeClusters( in ComputeClusters() function in webrtc::RemoteBitrateEstimatorAbsSendTime
182 ComputeClusters(&clusters); in ProcessClusters()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/remote_bitrate_estimator/
H A Dremote_bitrate_estimator_abs_send_time.h103 void ComputeClusters(std::list<Cluster>* clusters) const;
H A Dremote_bitrate_estimator_abs_send_time.cc98 void RemoteBitrateEstimatorAbsSendTime::ComputeClusters( in ComputeClusters() function in webrtc::RemoteBitrateEstimatorAbsSendTime
171 ComputeClusters(&clusters); in ProcessClusters()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/remote_bitrate_estimator/
H A Dremote_bitrate_estimator_abs_send_time.h107 void ComputeClusters(std::list<Cluster>* clusters) const;
H A Dremote_bitrate_estimator_abs_send_time.cc101 void RemoteBitrateEstimatorAbsSendTime::ComputeClusters( in ComputeClusters() function in webrtc::RemoteBitrateEstimatorAbsSendTime
168 ComputeClusters(&clusters); in ProcessClusters()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/remote_bitrate_estimator/
H A Dremote_bitrate_estimator_abs_send_time.h103 void ComputeClusters(std::list<Cluster>* clusters) const;
H A Dremote_bitrate_estimator_abs_send_time.cc98 void RemoteBitrateEstimatorAbsSendTime::ComputeClusters( in ComputeClusters() function in webrtc::RemoteBitrateEstimatorAbsSendTime
171 ComputeClusters(&clusters); in ProcessClusters()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/remote_bitrate_estimator/
H A Dremote_bitrate_estimator_abs_send_time.h103 void ComputeClusters(std::list<Cluster>* clusters) const;
H A Dremote_bitrate_estimator_abs_send_time.cc98 void RemoteBitrateEstimatorAbsSendTime::ComputeClusters( in ComputeClusters() function in webrtc::RemoteBitrateEstimatorAbsSendTime
171 ComputeClusters(&clusters); in ProcessClusters()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/cobalt/
H A Dclusterer.hpp254 void ComputeClusters(double max_diam,
/dports/misc/openmvg/openMVG-2.0/dist/snap/
H A Dsnapcraft.yaml19 ComputeClusters:
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/cobalt/
H A Dclusterer.cpp272 void CClusterer::ComputeClusters(double max_diam, in ComputeClusters() function in CClusterer
1163 ComputeClusters(m_MaxDiameter);
H A Dcobalt.cpp491 clusterer.ComputeClusters(DBL_MAX, CClusterer::eCompleteLinkage, true, in x_ComputeTree()