#include <block_mean_calculator.h>
◆ BlockMeanCalculator() [1/2]
webrtc::BlockMeanCalculator::BlockMeanCalculator |
( |
size_t |
block_length | ) |
|
|
explicit |
◆ BlockMeanCalculator() [2/2]
webrtc::BlockMeanCalculator::BlockMeanCalculator |
( |
size_t |
block_length | ) |
|
|
explicit |
◆ 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: