libmwapro: use codeclib asm macros for XNPROD31, speeds up decoding of a 55kbps wma pro file by 40% on h300.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27612 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
89c1a88dc8
commit
e436483b66
1 changed files with 5 additions and 1 deletions
|
@ -5,7 +5,11 @@
|
|||
#include "../lib/fft.h" /* for FFT data structures */
|
||||
#include "codeclib.h"
|
||||
|
||||
#include "../lib/codeclib_misc.h" /* for XNPROD31 */
|
||||
/* for XNPROD31 */
|
||||
#include "asm_arm.h"
|
||||
#include "asm_mcf5249.h"
|
||||
#include "codeclib_misc.h"
|
||||
|
||||
#include "wmapro_math.h"
|
||||
|
||||
void imdct_half(unsigned int nbits, int32_t *output, const int32_t *input){
|
||||
|
|
Loading…
Reference in a new issue