Moved the functionality in aec_core_internal.h into other

files.

The purpose of this CL is to simplify upcoming AEC algorithm
changes.

The changes should be bitexact.

The presubmit was bypassed due to a presubmit complaint
about usage of short instead of int16_t which will be
addressed in upcoming CLs.

BUG=webrtc:5298, webrtc:5201

NOPRESUBMIT=true

Review-Url: https://codereview.webrtc.org/1949803004
Cr-Commit-Position: refs/heads/master@{#12662}
This commit is contained in:
peah
2016-05-09 03:57:33 -07:00
committed by Commit bot
parent ae284089cc
commit e687f7816c
8 changed files with 266 additions and 7 deletions

View File

@ -35,7 +35,7 @@
'sources': [
'aec/aec_core.cc',
'aec/aec_core.h',
'aec/aec_core_internal.h',
'aec/aec_core_optimized_methods.h',
'aec/aec_rdft.cc',
'aec/aec_rdft.h',
'aec/aec_resampler.cc',