#include <math.h>
#include <stdlib.h>
#include <algorithm>
#include <memory>
#include <vector>
#include "webrtc/base/array_view.h"
#include "webrtc/base/arraysize.h"
#include "webrtc/common_audio/signal_processing/include/signal_processing_library.h"
#include "webrtc/modules/audio_processing/audio_buffer.h"
#include "webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.h"
#include "webrtc/modules/audio_processing/noise_suppression_impl.h"
#include "webrtc/modules/audio_processing/test/audio_buffer_tools.h"
#include "webrtc/modules/audio_processing/test/bitexactness_tools.h"
#include "webrtc/test/gtest.h"
|
| webrtc::TEST_F (IntelligibilityEnhancerTest, TestRenderUpdate) |
|
| webrtc::TEST_F (IntelligibilityEnhancerTest, TestErbCreation) |
|
| webrtc::TEST_F (IntelligibilityEnhancerTest, TestSolveForGains) |
|
| webrtc::TEST_F (IntelligibilityEnhancerTest, TestNoiseGainHasExpectedResult) |
|
| webrtc::TEST_F (IntelligibilityEnhancerTest, TestAllBandsHaveSameDelay) |
|
| webrtc::TEST (IntelligibilityEnhancerBitExactnessTest, DISABLED_Mono8kHz) |
|
| webrtc::TEST (IntelligibilityEnhancerBitExactnessTest, DISABLED_Mono16kHz) |
|
| webrtc::TEST (IntelligibilityEnhancerBitExactnessTest, DISABLED_Mono32kHz) |
|
| webrtc::TEST (IntelligibilityEnhancerBitExactnessTest, DISABLED_Mono48kHz) |
|
| webrtc::TEST (IntelligibilityEnhancerBitExactnessTest, DISABLED_Stereo8kHz) |
|
| webrtc::TEST (IntelligibilityEnhancerBitExactnessTest, DISABLED_Stereo16kHz) |
|
| webrtc::TEST (IntelligibilityEnhancerBitExactnessTest, DISABLED_Stereo32kHz) |
|
| webrtc::TEST (IntelligibilityEnhancerBitExactnessTest, DISABLED_Stereo48kHz) |
|