forked from len0rd/rockbox
Minor code beautification.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17720 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c0951d95b3
commit
80af160fbf
2 changed files with 23 additions and 23 deletions
|
@ -21,6 +21,7 @@
|
||||||
|
|
||||||
.section .text, "ax", %progbits
|
.section .text, "ax", %progbits
|
||||||
|
|
||||||
|
#if defined(OPTIMIZE_FOR_SPEED)
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* void mpc_decoder_windowing_D(...)
|
* void mpc_decoder_windowing_D(...)
|
||||||
*
|
*
|
||||||
|
@ -29,7 +30,6 @@
|
||||||
* Uses pre-shifted V[] and D[] values. D[] will always be the second operand
|
* Uses pre-shifted V[] and D[] values. D[] will always be the second operand
|
||||||
* of mul/mla to achieve higher speed as D[] has lower amplitude than V[].
|
* of mul/mla to achieve higher speed as D[] has lower amplitude than V[].
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
#if defined(OPTIMIZE_FOR_SPEED)
|
|
||||||
.align 2
|
.align 2
|
||||||
.global mpc_decoder_windowing_D
|
.global mpc_decoder_windowing_D
|
||||||
.type mpc_decoder_windowing_D, %function
|
.type mpc_decoder_windowing_D, %function
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue