webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "webrtc/modules/audio_processing/aec3/decimator_by_4.h"
#include <math.h>
#include <algorithm>
#include <array>
#include <numeric>
#include <sstream>
#include <string>
#include <vector>
#include "webrtc/modules/audio_processing/aec3/aec3_common.h"
#include "webrtc/test/gtest.h"
Namespaces | |
webrtc | |
Functions | |
webrtc::TEST (DecimatorBy4, NoLeakageFromUpperFrequencies) | |
webrtc::TEST (DecimatorBy4, NoImpactOnLowerFrequencies) | |