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

#include <moving_moments.h>

Public Member Functions

 MovingMoments (size_t length)
 
 ~MovingMoments ()
 
void CalculateMoments (const float *in, size_t in_length, float *first, float *second)
 
 MovingMoments (size_t length)
 
 ~MovingMoments ()
 
void CalculateMoments (const float *in, size_t in_length, float *first, float *second)
 

Constructor & Destructor Documentation

◆ MovingMoments() [1/2]

webrtc::MovingMoments::MovingMoments ( size_t  length)
explicit

◆ ~MovingMoments() [1/2]

webrtc::MovingMoments::~MovingMoments ( )

◆ MovingMoments() [2/2]

webrtc::MovingMoments::MovingMoments ( size_t  length)
explicit

◆ ~MovingMoments() [2/2]

webrtc::MovingMoments::~MovingMoments ( )

Member Function Documentation

◆ CalculateMoments() [1/2]

void webrtc::MovingMoments::CalculateMoments ( const float *  in,
size_t  in_length,
float *  first,
float *  second 
)

◆ CalculateMoments() [2/2]

void webrtc::MovingMoments::CalculateMoments ( const float *  in,
size_t  in_length,
float *  first,
float *  second 
)

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