webrtc/common_audio/signal_processing/include
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
..
real_fft.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
signal_processing_library.h Implement a Neon optimized function to find the argmax element in an array. 2021-01-21 13:42:34 +00:00
spl_inl.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
spl_inl_armv7.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
spl_inl_mips.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00