Home
last modified time | relevance | path

Searched defs:GetAverage (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/webrtc/rtc_base/numerics/
H A Devent_based_exponential_moving_average.h39 double GetAverage() const { return value_; } in GetAverage() function
H A Dmoving_average_unittest.cc31 TEST(MovingAverageTest, GetAverage) { in TEST() argument
/aosp_15_r20/external/webrtc/common_audio/
H A Dsmoothing_filter.cc58 absl::optional<float> SmoothingFilterImpl::GetAverage() { in GetAverage() function in webrtc::SmoothingFilterImpl
/aosp_15_r20/external/webrtc/api/numerics/
H A Dsamples_stats_counter.h70 double GetAverage() const { in GetAverage() function
/aosp_15_r20/external/webrtc/modules/audio_coding/audio_network_adaptor/
H A Dfec_controller_plr_based.cc26 absl::optional<float> GetAverage() override { return last_sample_; } in GetAverage() function in webrtc::__anonefec601d0111::NullSmoothingFilter
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dutil.cc68 double MovingAverage::GetAverage() const { in GetAverage() function in tensorflow::MovingAverage
/aosp_15_r20/external/webrtc/modules/audio_processing/agc2/rnn_vad/
H A Dspectral_features_unittest.cc40 rtc::ArrayView<float, kNumLowerBands> GetAverage( in GetAverage() function
/aosp_15_r20/external/openthread/src/core/thread/
H A Dlink_quality.cpp88 int8_t RssAverager::GetAverage(void) const in GetAverage() function in ot::RssAverager
H A Dlink_quality.hpp213 uint8_t GetAverage(void) const { return mAverage; } in GetAverage() function in ot::LqiAverager
/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/opus/
H A Daudio_encoder_opus.cc328 float GetAverage() const { in GetAverage() function in webrtc::AudioEncoderOpusImpl::PacketLossFractionSmoother