webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Namespaces | Functions
moving_moments_unittest.cc File Reference
#include "webrtc/modules/audio_processing/transient/moving_moments.h"
#include <memory>
#include "webrtc/test/gtest.h"

Classes

class  webrtc::MovingMomentsTest
 

Namespaces

 webrtc
 

Functions

 webrtc::TEST_F (MovingMomentsTest, CorrectMomentsOfAnAllZerosBuffer)
 
 webrtc::TEST_F (MovingMomentsTest, CorrectMomentsOfAConstantBuffer)
 
 webrtc::TEST_F (MovingMomentsTest, CorrectMomentsOfAnIncreasingBuffer)
 
 webrtc::TEST_F (MovingMomentsTest, CorrectMomentsOfADecreasingBuffer)
 
 webrtc::TEST_F (MovingMomentsTest, CorrectMomentsOfAZeroMeanSequence)
 
 webrtc::TEST_F (MovingMomentsTest, CorrectMomentsOfAnArbitraryBuffer)
 
 webrtc::TEST_F (MovingMomentsTest, MutipleCalculateMomentsCalls)
 
 webrtc::TEST_F (MovingMomentsTest, VerifySampleBasedVsBlockBasedCalculation)