[FFmpeg-soc] [soc]: r1611 - aac/aactab.h
diego
subversion at mplayerhq.hu
Thu Dec 20 10:38:16 CET 2007
Author: diego
Date: Thu Dec 20 10:38:15 2007
New Revision: 1611
Log:
Remove useless comments.
Modified:
aac/aactab.h
Modified: aac/aactab.h
==============================================================================
--- aac/aactab.h (original)
+++ aac/aactab.h Thu Dec 20 10:38:15 2007
@@ -30,10 +30,8 @@
#ifndef FFMPEG_AACTAB_H
#define FFMPEG_AACTAB_H
-//tns
#define TNS_MAX_ORDER 20
-// sampling table
static const int sampling_table[] = { 96000, 88200, 64000, 48000, 44100, 32000, 24000, 22050, 16000, 12000, 11025, 8000, 7350 };
// scalefactor bands
@@ -131,7 +129,6 @@ static const uint8_t num_swb_128[] = {
12, 12, 12, 14, 14, 14, 15, 15, 15, 15, 15, 15
};
-// LTP coef table
static const float ltp_coef[] = {
0.570829, 0.696616, 0.813004, 0.911304, 0.984900, 1.067894, 1.194601, 1.369533
};
@@ -184,11 +181,10 @@ static float *tns_tmp2_map[4] = {
tns_tmp2_map_1_4
};
-// SSR table
static float ssr_q_table[] = {
- 9.7655291007575512E-05,
- 1.3809589379038567E-04,
- 9.8400749256623534E-05,
+ 9.7655291007575512E-05,
+ 1.3809589379038567E-04,
+ 9.8400749256623534E-05,
-8.6671544782335723E-05,
-4.6217998911921346E-04,
-1.0211814095158174E-03,
@@ -197,13 +193,13 @@ static float ssr_q_table[] = {
-2.4987888343213967E-03,
-2.1390815966761882E-03,
-9.5595397454597772E-04,
- 1.1172111530118943E-03,
- 3.9091309127348584E-03,
- 6.9635703420118673E-03,
- 9.5595442159478339E-03,
- 1.0815766540021360E-02,
- 9.8770514991715300E-03,
- 6.1562567291327357E-03,
+ 1.1172111530118943E-03,
+ 3.9091309127348584E-03,
+ 6.9635703420118673E-03,
+ 9.5595442159478339E-03,
+ 1.0815766540021360E-02,
+ 9.8770514991715300E-03,
+ 6.1562567291327357E-03,
-4.1793946063629710E-04,
-9.2128743097707640E-03,
-1.8830775873369020E-02,
@@ -212,13 +208,13 @@ static float ssr_q_table[] = {
-3.0996332527754609E-02,
-2.2656858741499447E-02,
-6.8031113858963354E-03,
- 1.5085400948280744E-02,
- 3.9750993388272739E-02,
- 6.2445363629436743E-02,
- 7.7622327748721326E-02,
- 7.9968338496132926E-02,
- 6.5615493068475583E-02,
- 3.3313658300882690E-02,
+ 1.5085400948280744E-02,
+ 3.9750993388272739E-02,
+ 6.2445363629436743E-02,
+ 7.7622327748721326E-02,
+ 7.9968338496132926E-02,
+ 6.5615493068475583E-02,
+ 3.3313658300882690E-02,
-1.4691563058190206E-02,
-7.2307890475334147E-02,
-1.2993222541703875E-01,
@@ -227,16 +223,15 @@ static float ssr_q_table[] = {
-1.8073330670215029E-01,
-1.2097653136035738E-01,
-1.4377370758549035E-02,
- 1.3522730742860303E-01,
- 3.1737852699301633E-01,
- 5.1590021798482233E-01,
- 7.1080020379761377E-01,
- 8.8090632488444798E-01,
- 1.0068321641150089E+00,
- 1.0737914947736096E+00
+ 1.3522730742860303E-01,
+ 3.1737852699301633E-01,
+ 5.1590021798482233E-01,
+ 7.1080020379761377E-01,
+ 8.8090632488444798E-01,
+ 1.0068321641150089E+00,
+ 1.0737914947736096E+00
};
-// Huffman tables
static const unsigned int aac_scalefactor_huffman_table[][2] = {
/* codeword, code length */
{ 0x3FFE8, 18 },
More information about the FFmpeg-soc
mailing list