webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Functions | Variables
dyadic_decimator_unittest.cc File Reference
#include "webrtc/modules/audio_processing/transient/dyadic_decimator.h"
#include "webrtc/test/gtest.h"

Namespaces

 webrtc
 

Functions

 webrtc::TEST (DyadicDecimatorTest, GetOutLengthToDyadicDecimate)
 
 webrtc::TEST (DyadicDecimatorTest, DyadicDecimateErrorValues)
 
 webrtc::TEST (DyadicDecimatorTest, DyadicDecimateEvenLengthEvenSequence)
 
 webrtc::TEST (DyadicDecimatorTest, DyadicDecimateEvenLengthOddSequence)
 
 webrtc::TEST (DyadicDecimatorTest, DyadicDecimateOddLengthEvenSequence)
 
 webrtc::TEST (DyadicDecimatorTest, DyadicDecimateOddLengthOddSequence)
 

Variables

int16_t const webrtc::test_buffer_even_len [] = {0, 1, 2, 3, 4, 5}
 
int16_t const webrtc::test_buffer_odd_len [] = {0, 1, 2, 3, 4}
 
int16_t webrtc::test_buffer_out [kOutBufferLength]