Home
last modified time | relevance | path

Searched refs:bandwidth_ (Results 1 – 25 of 71) sorted by relevance

123

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bsta/
H A Dbsta_parzen_sphere.h42 bsta_parzen_sphere(): bandwidth_(T(1)), in bsta_parzen_sphere()
46 bsta_parzen<T,n>(samples), bandwidth_(bandwidth),
52 T bandwidth() const {return bandwidth_;} in bandwidth()
54 void set_bandwidth(T bandwidth) { bandwidth_ = bandwidth; } in set_bandwidth()
78 T bandwidth_;
90 bsta_parzen_sphere(): bandwidth_(T(1)), in bsta_parzen_sphere()
95 bandwidth_(bandwidth), bandwidth_adapted_(false){}
100 T bandwidth() const {return bandwidth_;} in bandwidth()
102 void set_bandwidth(T bandwidth) { bandwidth_ = bandwidth; } in set_bandwidth()
125 T bandwidth_;
H A Dbsta_parzen_sphere.hxx131 scovar[r][c] += bandwidth_*bandwidth_; in covar()
159 scovar += bandwidth_*bandwidth_; in covar()
168 bandwidth_*bandwidth_);
177 bandwidth_*bandwidth_); in prob_density()
187 bandwidth_*bandwidth_);
198 bandwidth_*bandwidth_); in probability()
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Distribution/
H A DKernelMixture.cxx39 , bandwidth_(0) in KernelMixture()
59 , bandwidth_(0) in KernelMixture()
110 << " bandwidth=" << bandwidth_ in __repr__()
192 bandwidth_ = bandwidth; in setBandwidth()
202 return bandwidth_; in getBandwidth()
269 const Scalar h = bandwidth_[0]; in computePDF()
304 const Scalar h = bandwidth_[0]; in computeCDF()
520 Scalar currentH = bandwidth_[0]; in computeSequentialConditionalPDF()
584 Scalar currentH = bandwidth_[0]; in computeSequentialConditionalCDF()
670 mean_ += meanKernel * bandwidth_; in computeMean()
[all …]
H A DKernelSmoothing.cxx53 , bandwidth_(Point(0)) in KernelSmoothing()
73 , bandwidth_(Point(0)) in KernelSmoothing()
281 bandwidth_ = bandwidth; in build()
335 bandwidth_ = bandwidth; in build()
577 bandwidth_ = bandwidth; in setBandwidth()
582 return bandwidth_; in getBandwidth()
632 adv.saveAttribute("bandwidth_", bandwidth_); in save()
647 adv.loadAttribute("bandwidth_", bandwidth_); in load()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/congestion_control/
H A Dbandwidth_sampler_test.cc710 ASSERT_GE(aggregation_bandwidth, bandwidth_); in AggregationEpisode()
731 aggregation_bytes * 8 * 1000000 / bandwidth_.ToBitsPerSecond()); in AggregationEpisode()
732 ASSERT_EQ(aggregation_bytes, total_duration * bandwidth_) in AggregationEpisode()
734 << ", bandwidth_: " << bandwidth_; in AggregationEpisode()
740 tracker_.Update(bandwidth_, RoundTripCount(), now_, bytes_per_ack); in AggregationEpisode()
748 (aggregation_bandwidth == bandwidth_)) { // [2] in AggregationEpisode()
771 QuicBandwidth bandwidth_ = QuicBandwidth::FromBytesPerSecond(10 * 1000); member in quic::test::MaxAckHeightTrackerTest
777 AggregationEpisode(bandwidth_ * 20, QuicTime::Delta::FromMilliseconds(6), in TEST_F()
779 AggregationEpisode(bandwidth_ * 20, QuicTime::Delta::FromMilliseconds(6), in TEST_F()
813 AggregationEpisode(bandwidth_ * 2, QuicTime::Delta::FromMilliseconds(50), in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/congestion_control/
H A Dbandwidth_sampler_test.cc723 ASSERT_GE(aggregation_bandwidth, bandwidth_); in AggregationEpisode()
744 aggregation_bytes * 8 * 1000000 / bandwidth_.ToBitsPerSecond()); in AggregationEpisode()
745 ASSERT_EQ(aggregation_bytes, total_duration * bandwidth_) in AggregationEpisode()
747 << ", bandwidth_: " << bandwidth_; in AggregationEpisode()
753 tracker_.Update(bandwidth_, RoundTripCount(), now_, bytes_per_ack); in AggregationEpisode()
761 (aggregation_bandwidth == bandwidth_)) { // [2] in AggregationEpisode()
784 QuicBandwidth bandwidth_ = QuicBandwidth::FromBytesPerSecond(10 * 1000); member in quic::test::MaxAckHeightTrackerTest
790 AggregationEpisode(bandwidth_ * 20, QuicTime::Delta::FromMilliseconds(6), in TEST_F()
792 AggregationEpisode(bandwidth_ * 20, QuicTime::Delta::FromMilliseconds(6), in TEST_F()
826 AggregationEpisode(bandwidth_ * 2, QuicTime::Delta::FromMilliseconds(50), in TEST_F()
[all …]
/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/src/common/
H A DAdaptiveStream.cpp152 uint32_t avg_bandwidth = tree_.bandwidth_; in prepare_stream()
154 bandwidth_ = min_bandwidth; in prepare_stream()
155 if (avg_bandwidth > bandwidth_) in prepare_stream()
156 bandwidth_ = avg_bandwidth; in prepare_stream()
157 if (max_bandwidth && bandwidth_ > max_bandwidth) in prepare_stream()
158 bandwidth_ = max_bandwidth; in prepare_stream()
162 bandwidth_ = static_cast<uint32_t>(bandwidth_ * (type_ == AdaptiveTree::VIDEO ? 0.9 : 0.1)); in prepare_stream()
622 if ((*br)->bandwidth_ <= bandwidth_ && (*br)->hdcpVersion_ <= hdcpVersion_ && in select_stream()
626 static_cast<unsigned int>(sqrt(bandwidth_ - (*br)->bandwidth_))) < bestScore)) in select_stream()
631 else if (!min_rep || (*br)->bandwidth_ < min_rep->bandwidth_) in select_stream()
[all …]
H A DAdaptiveTree.h155 …Representation() :bandwidth_(0), samplingRate_(0), width_(0), height_(0), fpsRate_(0), fpsScale_(1… in Representation()
178 uint32_t bandwidth_; member
272 …ompare(const Representation* a, const Representation *b) { return a->bandwidth_ < b->bandwidth_; }; in compare()
434 uint32_t bandwidth_; variable
/dports/misc/vxl/vxl-3.3.2/core/vpdl/
H A Dvpdl_kernel_base.h116 : bandwidth_(T(1)) {} in vpdl_kernel_fbw_base()
120 : vpdl_kernel_base<T,n>(samplez), bandwidth_(bandwid) {}
123 T bandwidth() const { return bandwidth_; } in bandwidth()
126 void set_bandwidth(T b) { bandwidth_ = b; } in set_bandwidth()
140 T bandwidth_;
/dports/biology/seqan1/seqan-1.3.1/seqan/seeds2/
H A Dalign_chain_banded.h93 TPosition bandwidth_;
113 …: bandwidth_(bandwidth), scoringScheme_(scoringScheme), sequence0_(sequence0), sequence1_(sequence…
147 overlap0 = getUpperDiagonal(seed) - getEndDiagonal(seed) + alignmentChain.bandwidth_ + 1;
148 overlap1 = getEndDiagonal(seed) - getLowerDiagonal(seed) + alignmentChain.bandwidth_ + 1;
166 overlap0 = getStartDiagonal(seed) - getLowerDiagonal(seed) + alignmentChain.bandwidth_ + 1;
167 overlap1 = getUpperDiagonal(seed) - getStartDiagonal(seed) + alignmentChain.bandwidth_ + 1;
260 …owerDiagonal = getStartDiagonal(leftSeed) - getLowerDiagonal(leftSeed) - alignmentChain.bandwidth_;
261 …pperDiagonal = getUpperDiagonal(leftSeed) - getStartDiagonal(leftSeed) + alignmentChain.bandwidth_;
426 …agonal lowerDiagonal = getLowerDiagonal(seed) - getStartDiagonal(seed) - alignmentChain.bandwidth_;
427 …agonal upperDiagonal = getUpperDiagonal(seed) - getStartDiagonal(seed) + alignmentChain.bandwidth_;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/test_tools/simulator/
H A Dlink.h37 inline QuicBandwidth bandwidth() const { return bandwidth_; } in bandwidth()
39 bandwidth_ = new_bandwidth; in set_bandwidth()
66 QuicBandwidth bandwidth_; variable
H A Dlink.cc23 bandwidth_(bandwidth), in OneWayLink()
39 QuicTime::Delta transfer_time = bandwidth_.TransferTime(packet->size); in AcceptPacket()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/test_tools/simulator/
H A Dlink.h37 inline QuicBandwidth bandwidth() const { return bandwidth_; } in bandwidth()
39 bandwidth_ = new_bandwidth; in set_bandwidth()
66 QuicBandwidth bandwidth_; variable
H A Dlink.cc23 bandwidth_(bandwidth), in OneWayLink()
39 QuicTime::Delta transfer_time = bandwidth_.TransferTime(packet->size); in AcceptPacket()
/dports/multimedia/obs-ndi/obs-ndi-4.9.1/lib/ndi/
H A DProcessing.NDI.Lib.cplusplus.h80 … NDIlib_recv_bandwidth_e bandwidth_, bool allow_video_fields_, const char* p_ndi_name_) in NDIlib_recv_create_v3_t() argument
81 …: source_to_connect_to(source_to_connect_to_), color_format(color_format_), bandwidth(bandwidth_),… in NDIlib_recv_create_v3_t()
84 … NDIlib_recv_bandwidth_e bandwidth_, bool allow_video_fields_) in NDIlib_recv_create_t() argument
85 …: source_to_connect_to(source_to_connect_to_), color_format(color_format_), bandwidth(bandwidth_),… in NDIlib_recv_create_t()
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/base/
H A Dvirtualsocketserver.h58 uint32 bandwidth() const { return bandwidth_; } in bandwidth()
59 void set_bandwidth(uint32 bandwidth) { bandwidth_ = bandwidth; } in set_bandwidth()
234 uint32 bandwidth_; variable
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/session/phone/
H A Dmediasession.h127 bandwidth_(kAutoBandwidth), in MediaContentDescription()
141 int bandwidth() const { return bandwidth_; } in bandwidth()
142 void set_bandwidth(int bandwidth) { bandwidth_ = bandwidth; } in set_bandwidth()
220 int bandwidth_; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/base/
H A Dvirtualsocketserver.h43 uint32 bandwidth() const { return bandwidth_; } in bandwidth()
44 void set_bandwidth(uint32 bandwidth) { bandwidth_ = bandwidth; } in set_bandwidth()
222 uint32 bandwidth_; variable
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/base/
H A Dvirtualsocketserver.h48 uint32_t bandwidth() const { return bandwidth_; } in bandwidth()
49 void set_bandwidth(uint32_t bandwidth) { bandwidth_ = bandwidth; } in set_bandwidth()
239 uint32_t bandwidth_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/rtc_base/
H A Dvirtual_socket_server.h51 uint32_t bandwidth() const { return bandwidth_; } in bandwidth()
52 void set_bandwidth(uint32_t bandwidth) { bandwidth_ = bandwidth; } in set_bandwidth()
282 uint32_t bandwidth_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_base/
H A Dvirtual_socket_server.h52 uint32_t bandwidth() const { return bandwidth_; } in bandwidth()
53 void set_bandwidth(uint32_t bandwidth) { bandwidth_ = bandwidth; } in set_bandwidth()
283 uint32_t bandwidth_; variable
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/rtc_base/
H A Dvirtual_socket_server.h52 uint32_t bandwidth() const { return bandwidth_; } in bandwidth()
53 void set_bandwidth(uint32_t bandwidth) { bandwidth_ = bandwidth; } in set_bandwidth()
283 uint32_t bandwidth_; variable
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Dvirtualsocketserver.h50 uint32_t bandwidth() const { return bandwidth_; } in bandwidth()
51 void set_bandwidth(uint32_t bandwidth) { bandwidth_ = bandwidth; } in set_bandwidth()
277 uint32_t bandwidth_; variable
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Dvirtualsocketserver.h50 uint32_t bandwidth() const { return bandwidth_; } in bandwidth()
51 void set_bandwidth(uint32_t bandwidth) { bandwidth_ = bandwidth; } in set_bandwidth()
277 uint32_t bandwidth_; variable
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/base/
H A Dvirtualsocketserver.h48 uint32_t bandwidth() const { return bandwidth_; } in bandwidth()
49 void set_bandwidth(uint32_t bandwidth) { bandwidth_ = bandwidth; } in set_bandwidth()
261 uint32_t bandwidth_; variable

123