webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
webrtc::MovingMax Class Reference

#include <moving_max.h>

Public Member Functions

 MovingMax (size_t window_size)
 
 ~MovingMax ()
 
void Update (float value)
 
float max () const
 
void Clear ()
 
 MovingMax (size_t window_size)
 
 ~MovingMax ()
 
void Update (float value)
 
float max () const
 
void Clear ()
 

Constructor & Destructor Documentation

◆ MovingMax() [1/2]

webrtc::MovingMax::MovingMax ( size_t  window_size)
explicit

◆ ~MovingMax() [1/2]

webrtc::MovingMax::~MovingMax ( )

◆ MovingMax() [2/2]

webrtc::MovingMax::MovingMax ( size_t  window_size)
explicit

◆ ~MovingMax() [2/2]

webrtc::MovingMax::~MovingMax ( )

Member Function Documentation

◆ Clear() [1/2]

void webrtc::MovingMax::Clear ( )

◆ Clear() [2/2]

void webrtc::MovingMax::Clear ( )

◆ max() [1/2]

float webrtc::MovingMax::max ( ) const

◆ max() [2/2]

float webrtc::MovingMax::max ( ) const

◆ Update() [1/2]

void webrtc::MovingMax::Update ( float  value)

◆ Update() [2/2]

void webrtc::MovingMax::Update ( float  value)

The documentation for this class was generated from the following files: