diff options
Diffstat (limited to 'apps/codecs/libfaad/ic_predict.h')
-rw-r--r-- | apps/codecs/libfaad/ic_predict.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/codecs/libfaad/ic_predict.h b/apps/codecs/libfaad/ic_predict.h index acaa9d8a4b..1f2d2c657e 100644 --- a/apps/codecs/libfaad/ic_predict.h +++ b/apps/codecs/libfaad/ic_predict.h | |||
@@ -42,8 +42,8 @@ void pns_reset_pred_state(ic_stream *ics, pred_state *state); | |||
42 | void reset_all_predictors(pred_state *state, uint16_t frame_len); | 42 | void reset_all_predictors(pred_state *state, uint16_t frame_len); |
43 | void ic_prediction(ic_stream *ics, real_t *spec, pred_state *state, | 43 | void ic_prediction(ic_stream *ics, real_t *spec, pred_state *state, |
44 | uint16_t frame_len, uint8_t sf_index); | 44 | uint16_t frame_len, uint8_t sf_index); |
45 | 45 | #warning MEM_ALIGN_ATTR me! | |
46 | ALIGN static const real_t mnt_table[128] = { | 46 | static const real_t mnt_table[128] = { |
47 | COEF_CONST(0.9531250000), COEF_CONST(0.9453125000), | 47 | COEF_CONST(0.9531250000), COEF_CONST(0.9453125000), |
48 | COEF_CONST(0.9375000000), COEF_CONST(0.9296875000), | 48 | COEF_CONST(0.9375000000), COEF_CONST(0.9296875000), |
49 | COEF_CONST(0.9257812500), COEF_CONST(0.9179687500), | 49 | COEF_CONST(0.9257812500), COEF_CONST(0.9179687500), |
@@ -109,8 +109,8 @@ ALIGN static const real_t mnt_table[128] = { | |||
109 | COEF_CONST(0.4843750000), COEF_CONST(0.4824218750), | 109 | COEF_CONST(0.4843750000), COEF_CONST(0.4824218750), |
110 | COEF_CONST(0.4804687500), COEF_CONST(0.4785156250) | 110 | COEF_CONST(0.4804687500), COEF_CONST(0.4785156250) |
111 | }; | 111 | }; |
112 | 112 | #warning MEM_ALIGN_ATTR me! | |
113 | ALIGN static const real_t exp_table[128] = { | 113 | static const real_t exp_table[128] = { |
114 | COEF_CONST(0.50000000000000000000000000000000000000000000000000), | 114 | COEF_CONST(0.50000000000000000000000000000000000000000000000000), |
115 | COEF_CONST(0.25000000000000000000000000000000000000000000000000), | 115 | COEF_CONST(0.25000000000000000000000000000000000000000000000000), |
116 | COEF_CONST(0.12500000000000000000000000000000000000000000000000), | 116 | COEF_CONST(0.12500000000000000000000000000000000000000000000000), |