webrtc/modules/audio_coding
Ivo Creusen 6031b74664 Implement a Neon optimized function to find the argmax element in an array.
Finding the array element with the largest argmax is a fairly common
operation, so it makes sense to have a Neon optimized version. The
implementation is done by first finding both the min and max value, and
then returning whichever has the largest argmax.

Bug: chromium:12355
Change-Id: I088bd4f7d469b2424a7265de10fffb42764567a1
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/201622
Commit-Queue: Ivo Creusen <ivoc@webrtc.org>
Reviewed-by: Per Åhgren <peah@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#33052}
2021-01-21 13:42:34 +00:00
..
acm2 Reland "Default enable delay adaptation during DTX." 2021-01-15 18:26:35 +00:00
audio_network_adaptor Remove check for WebRTC-SendSideBwe-WithOverhead in bitrate controller. 2020-11-09 23:11:26 +00:00
codecs Implement a Neon optimized function to find the argmax element in an array. 2021-01-21 13:42:34 +00:00
include Delete legacy stats minWaitingTimeMs and medianWaitingTimeMs from ACM. 2020-11-03 11:06:44 +00:00
neteq Implement a Neon optimized function to find the argmax element in an array. 2021-01-21 13:42:34 +00:00
test Revert "opus: take SILK vad result into account for voice detection" 2020-11-04 07:29:48 +00:00
audio_coding.gni build: remove WEBRTC_CODEC_RED 2020-05-26 11:01:26 +00:00
BUILD.gn Replace RTC_WARN_UNUSED_RESULT with ABSL_MUST_USE_RESULT in audio_coding 2021-01-15 10:58:20 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
OWNERS Remove kwiberg@webrtc.org from OWNERS files 2020-12-04 15:11:26 +00:00