summaryrefslogtreecommitdiff
path: root/apps/codecs/libmusepack/synth_filter_arm.S
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2008-06-14 22:10:16 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2008-06-14 22:10:16 +0000
commit80af160fbfd5dcff50ace0c320ccbf8493513be9 (patch)
treead41fd870bba8a421dcc5f80e60a48135a2a6c43 /apps/codecs/libmusepack/synth_filter_arm.S
parentc0951d95b35cd14b2ab09201ae4bdd0daa802305 (diff)
downloadrockbox-80af160fbfd5dcff50ace0c320ccbf8493513be9.tar.gz
rockbox-80af160fbfd5dcff50ace0c320ccbf8493513be9.zip
Minor code beautification.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17720 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libmusepack/synth_filter_arm.S')
-rwxr-xr-xapps/codecs/libmusepack/synth_filter_arm.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libmusepack/synth_filter_arm.S b/apps/codecs/libmusepack/synth_filter_arm.S
index 8bc6bd3c5c..41bfda740b 100755
--- a/apps/codecs/libmusepack/synth_filter_arm.S
+++ b/apps/codecs/libmusepack/synth_filter_arm.S
@@ -21,6 +21,7 @@
21 21
22 .section .text, "ax", %progbits 22 .section .text, "ax", %progbits
23 23
24#if defined(OPTIMIZE_FOR_SPEED)
24/**************************************************************************** 25/****************************************************************************
25 * void mpc_decoder_windowing_D(...) 26 * void mpc_decoder_windowing_D(...)
26 * 27 *
@@ -29,7 +30,6 @@
29 * Uses pre-shifted V[] and D[] values. D[] will always be the second operand 30 * Uses pre-shifted V[] and D[] values. D[] will always be the second operand
30 * of mul/mla to achieve higher speed as D[] has lower amplitude than V[]. 31 * of mul/mla to achieve higher speed as D[] has lower amplitude than V[].
31 ****************************************************************************/ 32 ****************************************************************************/
32#if defined(OPTIMIZE_FOR_SPEED)
33 .align 2 33 .align 2
34 .global mpc_decoder_windowing_D 34 .global mpc_decoder_windowing_D
35 .type mpc_decoder_windowing_D, %function 35 .type mpc_decoder_windowing_D, %function