| Index: webrtc/modules/audio_processing/aec/aec_core_internal.h
|
| diff --git a/webrtc/modules/audio_processing/aec/aec_core_internal.h b/webrtc/modules/audio_processing/aec/aec_core_internal.h
|
| index c8f545289ba13f90135c6d514cf8129bf58f2a85..f5a89e1fd5751c6b381fc506100e43f351f046f0 100644
|
| --- a/webrtc/modules/audio_processing/aec/aec_core_internal.h
|
| +++ b/webrtc/modules/audio_processing/aec/aec_core_internal.h
|
| @@ -221,13 +221,6 @@ typedef void (*WebRtcAecOverdriveAndSuppress)(float overdrive_scaling,
|
| float efw[2][PART_LEN1]);
|
| extern WebRtcAecOverdriveAndSuppress WebRtcAec_OverdriveAndSuppress;
|
|
|
| -typedef void (*WebRtcAecComfortNoise)(AecCore* aec,
|
| - float efw[2][PART_LEN1],
|
| - float comfortNoiseHband[2][PART_LEN1],
|
| - const float* noisePow,
|
| - const float* lambda);
|
| -extern WebRtcAecComfortNoise WebRtcAec_ComfortNoise;
|
| -
|
| typedef void (*WebRtcAecSubBandCoherence)(int mult,
|
| bool extended_filter_enabled,
|
| float efw[2][PART_LEN1],
|
|
|