[FFmpeg-soc] [soc]: r2692 - aac/aac.c
superdump
subversion at mplayerhq.hu
Sun Jul 6 11:39:44 CEST 2008
Author: superdump
Date: Sun Jul 6 11:39:44 2008
New Revision: 2692
Log:
Vertical alignment
Modified:
aac/aac.c
Modified: aac/aac.c
==============================================================================
--- aac/aac.c (original)
+++ aac/aac.c Sun Jul 6 11:39:44 2008
@@ -60,8 +60,8 @@
static float ivquant_tab[IVQUANT_SIZE];
static float pow2sf_tab[316];
#endif /* CONFIG_HARDCODED_TABLES */
-DECLARE_ALIGNED_16(static float, kbd_long_1024[1024]);
-DECLARE_ALIGNED_16(static float, kbd_short_128[128]);
+DECLARE_ALIGNED_16(static float, kbd_long_1024[1024]);
+DECLARE_ALIGNED_16(static float, kbd_short_128[128]);
DECLARE_ALIGNED_16(static float, sine_long_1024[1024]);
DECLARE_ALIGNED_16(static float, sine_short_128[128]);
@@ -1278,7 +1278,7 @@ static void quant_to_spec_tool(AACContex
}
}
}
- coef += ics->group_len[g]*128;
+ coef += ics->group_len[g]*128;
icoef += ics->group_len[g]*128;
}
}
@@ -1525,7 +1525,7 @@ static int dynamic_range_info(AACContext
/* pce_tag_present? */
if(get_bits1(gb)) {
- ac->che_drc.pce_instance_tag = get_bits(gb, 4);
+ ac->che_drc.pce_instance_tag = get_bits(gb, 4);
ac->che_drc.tag_reserved_bits = get_bits(gb, 4);
n++;
}
More information about the FFmpeg-soc
mailing list