| Index: webrtc/modules/audio_processing/aec/aec_core_optimized_methods.h
|
| diff --git a/webrtc/modules/audio_processing/aec/aec_core_optimized_methods.h b/webrtc/modules/audio_processing/aec/aec_core_optimized_methods.h
|
| index d1fb6e892a72b80bcc3ecb62c697f6dda3198cd6..5e873c8c805817eac3bd8636dc6c534669746f69 100644
|
| --- a/webrtc/modules/audio_processing/aec/aec_core_optimized_methods.h
|
| +++ b/webrtc/modules/audio_processing/aec/aec_core_optimized_methods.h
|
| @@ -31,6 +31,7 @@ typedef void (*WebRtcAecScaleErrorSignal)(float mu,
|
| float ef[2][PART_LEN1]);
|
| extern WebRtcAecScaleErrorSignal WebRtcAec_ScaleErrorSignal;
|
| typedef void (*WebRtcAecFilterAdaptation)(
|
| + const OouraFft& ooura_fft,
|
| int num_partitions,
|
| int x_fft_buf_block_pos,
|
| float x_fft_buf[2][kExtendedNumPartitions * PART_LEN1],
|
|
|