diff options
author | jep <jep@2b0047a9-a6d8-0310-accf-f7200b2a168c> | 2012-05-15 09:16:17 +0000 |
---|---|---|
committer | jep <jep@2b0047a9-a6d8-0310-accf-f7200b2a168c> | 2012-05-15 09:16:17 +0000 |
commit | b745bc4e3e9fd852d61e05d475d8df6b40aa019c (patch) | |
tree | ffc868fcb1265c7bc347b2f16d162c40e44fa5df /ChangeLog | |
parent | 4a3a1fbc25df62333e841620ec4f24f0e10d5a60 (diff) |
* src/common.h:
* src/mp3-c-synth.c: (__CACHE_LINE_DECL_ALIGN), (MPG_DCT_8),
(MPG_DCT_16), (MPG_DCT_32), (mp3_dewindow_output), (build_uvec),
(mp3_SubBandSynthesis):
* src/table-dewindow.h:
Add several optimizations with arm NEON assembly.
git-svn-id: https://core.fluendo.com/gstreamer/svn/trunk/gst-fluendo-mp3@2284 2b0047a9-a6d8-0310-accf-f7200b2a168c
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2012-05-15 Josep Torra <josep@fluendo.com> + + * src/common.h: + * src/mp3-c-synth.c: (__CACHE_LINE_DECL_ALIGN), (MPG_DCT_8), + (MPG_DCT_16), (MPG_DCT_32), (mp3_dewindow_output), (build_uvec), + (mp3_SubBandSynthesis): + * src/table-dewindow.h: + Add several optimizations with arm NEON assembly. + 2012-05-07 Release Maker <nomail@fluendo.com> * configure.ac: Back to TRUNK. |