[FFmpeg-soc] [soc]: r1995 - aac/aactab.h
andoma
subversion at mplayerhq.hu
Fri Mar 7 16:29:54 CET 2008
Author: andoma
Date: Fri Mar 7 16:29:54 2008
New Revision: 1995
Log:
Remove pointless comments.
Modified:
aac/aactab.h
Modified: aac/aactab.h
==============================================================================
--- aac/aactab.h (original)
+++ aac/aactab.h Fri Mar 7 16:29:54 2008
@@ -35,7 +35,6 @@
static const uint32_t sampling_table[] = { 96000, 88200, 64000, 48000, 44100, 32000, 24000, 22050, 16000, 12000, 11025, 8000, 7350 };
static const uint32_t inv_sampling_table[] = { 92017, 75132, 55426, 46009, 37655, 27713, 23004, 18783, 13856, 11502, 9391 };
-// scalefactor bands
static const uint16_t swb_offset_1024_96[] = {
0, 4, 8, 12, 16, 20, 24, 28, 32, 36, 40, 44, 48, 52, 56,
64, 72, 80, 88, 96, 108, 120, 132, 144, 156, 172, 188, 212, 240,
@@ -131,7 +130,6 @@ static const float ltp_coef[] = {
0.570829, 0.696616, 0.813004, 0.911304, 0.984900, 1.067894, 1.194601, 1.369533
};
-// TNS tables
static const uint8_t tns_max_bands_1024[] = {
31, 31, 34, 40, 42, 51, 46, 46, 42, 42, 42, 39
};
More information about the FFmpeg-soc
mailing list