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

#include <block_mean_calculator.h>

Public Member Functions

 BlockMeanCalculator (size_t block_length)
 
void Reset ()
 
void AddValue (float value)
 
bool EndOfBlock () const
 
float GetLatestMean () const
 
 BlockMeanCalculator (size_t block_length)
 
void Reset ()
 
void AddValue (float value)
 
bool EndOfBlock () const
 
float GetLatestMean () const
 

Constructor & Destructor Documentation

◆ BlockMeanCalculator() [1/2]

webrtc::BlockMeanCalculator::BlockMeanCalculator ( size_t  block_length)
explicit

◆ BlockMeanCalculator() [2/2]

webrtc::BlockMeanCalculator::BlockMeanCalculator ( size_t  block_length)
explicit

Member Function Documentation

◆ AddValue() [1/2]

void webrtc::BlockMeanCalculator::AddValue ( float  value)

◆ AddValue() [2/2]

void webrtc::BlockMeanCalculator::AddValue ( float  value)

◆ EndOfBlock() [1/2]

bool webrtc::BlockMeanCalculator::EndOfBlock ( ) const

◆ EndOfBlock() [2/2]

bool webrtc::BlockMeanCalculator::EndOfBlock ( ) const

◆ GetLatestMean() [1/2]

float webrtc::BlockMeanCalculator::GetLatestMean ( ) const

◆ GetLatestMean() [2/2]

float webrtc::BlockMeanCalculator::GetLatestMean ( ) const

◆ Reset() [1/2]

void webrtc::BlockMeanCalculator::Reset ( )

◆ Reset() [2/2]

void webrtc::BlockMeanCalculator::Reset ( )

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