2005-05-27 09:14:00 +00:00
|
|
|
#include "../codec.h"
|
2006-01-28 21:21:21 +00:00
|
|
|
#ifdef CPU_ARM
|
|
|
|
#define _ARM_ASSEM_
|
|
|
|
#endif
|
|
|
|
|
2005-05-07 22:41:17 +00:00
|
|
|
#ifdef ROCKBOX_BIG_ENDIAN
|
2005-02-17 09:08:18 +00:00
|
|
|
#define BIG_ENDIAN 1
|
|
|
|
#define LITTLE_ENDIAN 0
|
2005-05-07 22:41:17 +00:00
|
|
|
#define BYTE_ORDER BIG_ENDIAN
|
2005-02-19 11:58:42 +00:00
|
|
|
#else
|
2005-05-07 22:41:17 +00:00
|
|
|
#define BYTE_ORDER LITTLE_ENDIAN
|
|
|
|
#define LITTLE_ENDIAN 1
|
|
|
|
#define BIG_ENDIAN 0
|
2005-02-19 11:58:42 +00:00
|
|
|
#endif
|
2005-05-27 09:14:00 +00:00
|
|
|
|
2006-11-09 21:59:27 +00:00
|
|
|
#ifndef ICONST_ATTR_TREMOR_WINDOW
|
|
|
|
#define ICONST_ATTR_TREMOR_WINDOW ICONST_ATTR
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef ICODE_ATTR_TREMOR_MDCT
|
|
|
|
#define ICODE_ATTR_TREMOR_MDCT ICODE_ATTR
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef ICODE_ATTR_TREMOR_NOT_MDCT
|
|
|
|
#define ICODE_ATTR_TREMOR_NOT_MDCT ICODE_ATTR
|
2006-01-03 11:58:39 +00:00
|
|
|
#endif
|
2005-05-27 09:14:00 +00:00
|
|
|
|
|
|
|
// #define _LOW_ACCURACY_
|