[FFmpeg-soc] [soc]: r3448 - aac/aacdectab.h

superdump subversion at mplayerhq.hu
Mon Aug 18 14:02:00 CEST 2008


Author: superdump
Date: Mon Aug 18 14:02:00 2008
New Revision: 3448

Log:
Remove table elements that are never accessed


Modified:
   aac/aacdectab.h

Modified: aac/aacdectab.h
==============================================================================
--- aac/aacdectab.h	(original)
+++ aac/aacdectab.h	Mon Aug 18 14:02:00 2008
@@ -183,36 +183,25 @@ static const uint8_t tns_max_bands_128[]
  * respectively.
  * @{
  */
-static const float tns_tmp2_map_1_3[TNS_MAX_ORDER] = {
+static const float tns_tmp2_map_1_3[4] = {
      0.00000000,  0.43388373, -0.64278758, -0.34202015,
-     0.97492790,  0.78183150, -0.64278758, -0.34202015,
-    -0.43388373, -0.78183150, -0.64278758, -0.34202015,
-    -0.78183150, -0.43388373, -0.64278758, -0.34202015,
-     0.78183150,  0.97492790, -0.64278758, -0.34202015
 };
 
-static const float tns_tmp2_map_0_3[TNS_MAX_ORDER] = {
+static const float tns_tmp2_map_0_3[8] = {
      0.00000000,  0.43388373,  0.78183150,  0.97492790,
     -0.98480773, -0.86602539, -0.64278758, -0.34202015,
-    -0.43388373, -0.78183150, -0.97492790, -0.97492790,
-    -0.98480773, -0.86602539, -0.64278758, -0.34202015,
-     0.78183150,  0.97492790,  0.97492790,  0.78183150
 };
 
-static const float tns_tmp2_map_1_4[TNS_MAX_ORDER] = {
+static const float tns_tmp2_map_1_4[8] = {
      0.00000000,  0.20791170,  0.40673664,  0.58778524,
     -0.67369562, -0.52643216, -0.36124167, -0.18374951,
-     0.99452192,  0.95105648,  0.86602539,  0.74314481,
-    -0.67369562, -0.52643216, -0.36124167, -0.18374951,
-    -0.20791176, -0.40673670, -0.58778530, -0.74314487
 };
 
-static const float tns_tmp2_map_0_4[TNS_MAX_ORDER] = {
+static const float tns_tmp2_map_0_4[16] = {
      0.00000000,  0.20791170,  0.40673664,  0.58778524,
      0.74314481,  0.86602539,  0.95105654,  0.99452192,
     -0.99573416, -0.96182561, -0.89516330, -0.79801720,
     -0.67369562, -0.52643216, -0.36124167, -0.18374951,
-    -0.20791176, -0.40673670, -0.58778530, -0.74314487
 };
 
 static const float *tns_tmp2_map[4] = {



More information about the FFmpeg-soc mailing list