[FFmpeg-soc] [soc]: r1804 - aac/aactab.h
superdump
subversion at mplayerhq.hu
Tue Jan 8 21:52:21 CET 2008
Author: superdump
Date: Tue Jan 8 21:52:20 2008
New Revision: 1804
Log:
Remove duplicated table
Modified:
aac/aactab.h
Modified: aac/aactab.h
==============================================================================
--- aac/aactab.h (original)
+++ aac/aactab.h Tue Jan 8 21:52:20 2008
@@ -52,11 +52,6 @@ static const uint16_t swb_offset_1024_64
864, 904, 944, 984, 1024
};
-static const uint16_t swb_offset_128_64[] = {
- 0, 4, 8, 12, 16, 20, 24, 32, 40, 48, 64, 92, 128
-};
-
-
static const uint16_t swb_offset_1024_48[] = {
0, 4, 8, 12, 16, 20, 24, 28, 32, 36, 40, 48, 56, 64, 72,
80, 88, 96, 108, 120, 132, 144, 160, 176, 196, 216, 240, 264, 292,
@@ -119,7 +114,9 @@ static const uint8_t num_swb_1024[] = {
};
static const uint16_t *swb_offset_128[] = {
- swb_offset_128_96, swb_offset_128_96, swb_offset_128_64,
+ /* the last entry on the following row is swb_offset_128_64 but is a
+ duplicate of swb_offset_128_96 */
+ swb_offset_128_96, swb_offset_128_96, swb_offset_128_96,
swb_offset_128_48, swb_offset_128_48, swb_offset_128_48,
swb_offset_128_24, swb_offset_128_24, swb_offset_128_16,
swb_offset_128_16, swb_offset_128_16, swb_offset_128_8
More information about the FFmpeg-soc
mailing list