diff ac3dec_data.c @ 9681:116836dbd25d libavcodec

eac3dec: make GAQ dequantization 24-bit
author jbr
date Thu, 21 May 2009 00:15:03 +0000
parents debe2623a70a
children fe394fdc45e3
line wrap: on
line diff
--- a/ac3dec_data.c	Thu May 21 00:09:23 2009 +0000
+++ b/ac3dec_data.c	Thu May 21 00:15:03 2009 +0000
@@ -87,19 +87,18 @@
 /**
  * Table E3.6, Gk=2 & Gk=4, B
  * Large mantissa inverse quantization, negative mantissa remapping offsets
- * Table values from the spec are right-shifted by 8 to simplify calculations.
  * ff_eac3_gaq_remap_3_4_b[hebap-8][Gk=2,4]
  */
-const int8_t ff_eac3_gaq_remap_2_4_b[9][2] = {
-    { -22,  -5 },
-    { -46, -20 },
-    { -56, -26 },
-    { -60, -29 },
-    { -62, -31 },
-    { -63, -32 },
-    { -64, -32 },
-    { -64, -32 },
-    { -64, -32 },
+const int16_t ff_eac3_gaq_remap_2_4_b[9][2] = {
+    {  -5461, -1170 },
+    { -11703, -4915 },
+    { -14199, -6606 },
+    { -15327, -7412 },
+    { -15864, -7805 },
+    { -16126, -7999 },
+    { -16255, -8096 },
+    { -16320, -8144 },
+    { -16352, -8168 }
 };
 
 static const int16_t vq_hebap1[4][6] = {