webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "webrtc/modules/audio_processing/vad/pole_zero_filter.h"
#include <math.h>
#include <stdio.h>
#include <memory>
#include "webrtc/modules/audio_processing/vad/vad_audio_proc_internal.h"
#include "webrtc/test/gtest.h"
#include "webrtc/test/testsupport/fileutils.h"
Classes | |
class | webrtc::PoleZeroFilterTest |
Namespaces | |
webrtc | |
Functions | |
webrtc::TEST_F (PoleZeroFilterTest, OneSubframe) | |
webrtc::TEST_F (PoleZeroFilterTest, TwoSubframes) | |
webrtc::TEST_F (PoleZeroFilterTest, FiveSubframes) | |
webrtc::TEST_F (PoleZeroFilterTest, TenSubframes) | |
webrtc::TEST_F (PoleZeroFilterTest, TwentyFiveSubframes) | |
webrtc::TEST_F (PoleZeroFilterTest, FiftySubframes) | |