webrtc/common_audio/resampler
Per Åhgren 3fdb3cbc6a Remove potential real-time reallocation in PushResampler
This CL removes the use of absl::InlineVector in the PushResampler which
causes real-time reallocations for setups with more than 8 channels.

As part of the CL, it also removes one dependency on absl for the
common_audio module.

Bug: webrtc:11197
Change-Id: I0788ee9a0f3d08b91bb18caa65f660fb52368a97
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/161729
Commit-Queue: Per Åhgren <peah@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#30059}
2019-12-11 13:16:37 +00:00
..
include Remove potential real-time reallocation in PushResampler 2019-12-11 13:16:37 +00:00
push_resampler_unittest.cc Add ability to disable detailed error message in RTC_CHECKs 2019-11-28 17:51:00 +00:00
push_resampler.cc Remove potential real-time reallocation in PushResampler 2019-12-11 13:16:37 +00:00
push_sinc_resampler_unittest.cc Removing all external access to the integer sample data in AudioBuffer 2019-08-20 08:36:47 +00:00
push_sinc_resampler.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
push_sinc_resampler.h Format almost everything. 2019-07-08 13:45:15 +00:00
resampler_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
resampler.cc Format almost everything. 2019-07-08 13:45:15 +00:00
sinc_resampler_neon.cc Format almost everything. 2019-07-08 13:45:15 +00:00
sinc_resampler_sse.cc [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
sinc_resampler_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
sinc_resampler.cc Format almost everything. 2019-07-08 13:45:15 +00:00
sinc_resampler.h Format almost everything. 2019-07-08 13:45:15 +00:00
sinusoidal_linear_chirp_source.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
sinusoidal_linear_chirp_source.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00