[vlc-commits] audio_filter: only one module for all simple channel mixers

Thomas Guillem git at videolan.org
Thu Aug 27 15:01:13 CEST 2015


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Aug 27 14:52:28 2015 +0200| [147717df85c312ac559181fc0943839a3a3bf19c] | committer: Thomas Guillem

audio_filter: only one module for all simple channel mixers

This fixes a bad conversion when doing 6_x to 2_0 using neon.

The neon channel mixer code is now used from the simple channel_mixer module.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=147717df85c312ac559181fc0943839a3a3bf19c
---

 modules/arm_neon/Makefile.am                     |    7 -
 modules/arm_neon/simple_channel_mixer.S          |   48 +++---
 modules/arm_neon/simple_channel_mixer.c          |  175 ----------------------
 modules/audio_filter/Makefile.am                 |    3 +
 modules/audio_filter/channel_mixer/simple.c      |   34 +++--
 modules/audio_filter/channel_mixer/simple_neon.h |   72 +++++++++
 po/POTFILES.in                                   |    1 -
 7 files changed, 119 insertions(+), 221 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=147717df85c312ac559181fc0943839a3a3bf19c


More information about the vlc-commits mailing list