#include "webrtc/modules/audio_processing/transient/dyadic_decimator.h"
#include "webrtc/test/gtest.h"
|
| | webrtc::TEST (DyadicDecimatorTest, GetOutLengthToDyadicDecimate) |
| |
| | webrtc::TEST (DyadicDecimatorTest, DyadicDecimateErrorValues) |
| |
| | webrtc::TEST (DyadicDecimatorTest, DyadicDecimateEvenLengthEvenSequence) |
| |
| | webrtc::TEST (DyadicDecimatorTest, DyadicDecimateEvenLengthOddSequence) |
| |
| | webrtc::TEST (DyadicDecimatorTest, DyadicDecimateOddLengthEvenSequence) |
| |
| | webrtc::TEST (DyadicDecimatorTest, DyadicDecimateOddLengthOddSequence) |
| |