[FFmpeg-soc] [soc]: r2904 - aacenc/aacpsy.c
kostya
subversion at mplayerhq.hu
Tue Jul 29 19:37:13 CEST 2008
Author: kostya
Date: Tue Jul 29 19:37:10 2008
New Revision: 2904
Log:
1000l Mixed arrays for short and long windows
Modified:
aacenc/aacpsy.c
Modified: aacenc/aacpsy.c
==============================================================================
--- aacenc/aacpsy.c (original)
+++ aacenc/aacpsy.c Tue Jul 29 19:37:10 2008
@@ -327,10 +327,10 @@ typedef struct Psy3gppContext{
float barks [1024];
float bark_l[64];
float bark_s[16];
- float s_low_s[64];
- float s_low_l[16];
- float s_hi_s [64];
- float s_hi_l [16];
+ float s_low_l[64];
+ float s_low_s[16];
+ float s_hi_l [64];
+ float s_hi_s [16];
Psy3gppBand band[2][128];
Psy3gppBand prev_band[2][128];
int reservoir;
More information about the FFmpeg-soc
mailing list