[FFmpeg-soc] [soc]: r5513 - aac-sbr/aacsbr.h

alexc subversion at mplayerhq.hu
Tue Dec 8 23:58:58 CET 2009


Author: alexc
Date: Tue Dec  8 23:58:58 2009
New Revision: 5513

Log:
Expand the noise_facs matrix.

The noise_facs matrix needs room for 2 noise floors from this frame (the
maximum value of bs_num_noise) plus the last noise floor from the
previous frame.

Modified:
   aac-sbr/aacsbr.h

Modified: aac-sbr/aacsbr.h
==============================================================================
--- aac-sbr/aacsbr.h	Tue Dec  8 07:14:49 2009	(r5512)
+++ aac-sbr/aacsbr.h	Tue Dec  8 23:58:58 2009	(r5513)
@@ -144,7 +144,7 @@ typedef struct {
     uint8_t            t_env_num_env_old[2];
     uint8_t            t_q[2][3];
     float              env_facs[2][7][48];
-    float              noise_facs[2][2][5];
+    float              noise_facs[2][3][5];
     float              W[2][32][32][2];
     float              x_low[32][40][2];
     float              x_high[64][40][2];


More information about the FFmpeg-soc mailing list