summaryrefslogtreecommitdiff
path: root/celt/static_modes_float_arm_ne10.h
diff options
context:
space:
mode:
authorTimothy B. Terriberry <tterribe@xiph.org>2015-10-07 19:45:44 -0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2015-10-07 19:50:43 -0400
commitdb7a0d6626b795357b2c21474187e27647ff21e8 (patch)
treeb8ac903b7c7c8177a04136e3d42225492fe2ca0e /celt/static_modes_float_arm_ne10.h
parentbae854501fa55ce2cdc1dd8f81e5e9c19c6ed2ff (diff)
downloadopus-db7a0d6626b795357b2c21474187e27647ff21e8.tar.gz
Fix dump_modes output for fixed-point NE10.
Some of the fields present in NE10's float state struct are not present in the fixed-point version, but we were generating initializers for them anyway. Also, the float modes were not up-to-date with the output of dump_modes.
Diffstat (limited to 'celt/static_modes_float_arm_ne10.h')
-rw-r--r--celt/static_modes_float_arm_ne10.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/celt/static_modes_float_arm_ne10.h b/celt/static_modes_float_arm_ne10.h
index 5bcec707..934a82a4 100644
--- a/celt/static_modes_float_arm_ne10.h
+++ b/celt/static_modes_float_arm_ne10.h
@@ -337,7 +337,7 @@ static const ne10_fft_cpx_float32_t ne10_twiddles_60[60] = {
{-0.95105654f,-0.30901679f}, {-1.0000000f,8.7422777e-08f}, {-0.95105654f,0.30901697f},
{-0.80901694f,0.58778536f}, {-0.58778507f,0.80901712f}, {-0.30901709f,0.95105648f},
};
-static const ne10_fft_state_float32_t ne10_fft_state_float32_480 = {
+static const ne10_fft_state_float32_t ne10_fft_state_float32_t_480 = {
120,
(ne10_int32_t *)ne10_factors_480,
(ne10_fft_cpx_float32_t *)ne10_twiddles_480,
@@ -350,10 +350,10 @@ NULL,
};
static const arch_fft_state cfg_arch_480 = {
1,
-(void *)&ne10_fft_state_float32_480,
+(void *)&ne10_fft_state_float32_t_480,
};
-static const ne10_fft_state_float32_t ne10_fft_state_float32_240 = {
+static const ne10_fft_state_float32_t ne10_fft_state_float32_t_240 = {
60,
(ne10_int32_t *)ne10_factors_240,
(ne10_fft_cpx_float32_t *)ne10_twiddles_240,
@@ -366,10 +366,10 @@ NULL,
};
static const arch_fft_state cfg_arch_240 = {
1,
-(void *)&ne10_fft_state_float32_240,
+(void *)&ne10_fft_state_float32_t_240,
};
-static const ne10_fft_state_float32_t ne10_fft_state_float32_120 = {
+static const ne10_fft_state_float32_t ne10_fft_state_float32_t_120 = {
30,
(ne10_int32_t *)ne10_factors_120,
(ne10_fft_cpx_float32_t *)ne10_twiddles_120,
@@ -382,10 +382,10 @@ NULL,
};
static const arch_fft_state cfg_arch_120 = {
1,
-(void *)&ne10_fft_state_float32_120,
+(void *)&ne10_fft_state_float32_t_120,
};
-static const ne10_fft_state_float32_t ne10_fft_state_float32_60 = {
+static const ne10_fft_state_float32_t ne10_fft_state_float32_t_60 = {
15,
(ne10_int32_t *)ne10_factors_60,
(ne10_fft_cpx_float32_t *)ne10_twiddles_60,
@@ -398,7 +398,7 @@ NULL,
};
static const arch_fft_state cfg_arch_60 = {
1,
-(void *)&ne10_fft_state_float32_60,
+(void *)&ne10_fft_state_float32_t_60,
};
#endif /* end NE10_FFT_PARAMS48000_960 */