summaryrefslogtreecommitdiff
path: root/apps/codecs/libwma/wmadeci.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwma/wmadeci.c')
-rw-r--r--apps/codecs/libwma/wmadeci.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/codecs/libwma/wmadeci.c b/apps/codecs/libwma/wmadeci.c
index 9e448f4b93..a3edea0e97 100644
--- a/apps/codecs/libwma/wmadeci.c
+++ b/apps/codecs/libwma/wmadeci.c
@@ -30,11 +30,7 @@
30#include "wmadata.h" 30#include "wmadata.h"
31 31
32static void wma_lsp_to_curve_init(WMADecodeContext *s, int frame_len); 32static void wma_lsp_to_curve_init(WMADecodeContext *s, int frame_len);
33inline void vector_fmul_add_add(fixed32 *dst, const fixed32 *data, 33
34 const fixed32 *window, int n);
35inline void vector_fmul_reverse(fixed32 *dst, const fixed32 *src0,
36 const fixed32 *src1, int len);
37
38/*declarations of statically allocated variables used to remove malloc calls*/ 34/*declarations of statically allocated variables used to remove malloc calls*/
39 35
40fixed32 coefsarray[MAX_CHANNELS][BLOCK_MAX_SIZE] IBSS_ATTR; 36fixed32 coefsarray[MAX_CHANNELS][BLOCK_MAX_SIZE] IBSS_ATTR;