summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dec_data.c
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2008-08-24 22:57:25 +0000
committerJustin Ruggles <justin.ruggles@gmail.com>2008-08-24 22:57:25 +0000
commitc5b930e6740102987e0cdbe032a56bb144e3c77a (patch)
treeb8d6a9a54867d9f15db1e9034b5f516f5e452b5a /libavcodec/ac3dec_data.c
parente23e4de3aeaef701fbfa1cf6c9b4d76a01f015ff (diff)
1000l to me. committed to wrong repo. revert last commit.
Originally committed as revision 14953 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ac3dec_data.c')
-rw-r--r--libavcodec/ac3dec_data.c19
1 files changed, 9 insertions, 10 deletions
diff --git a/libavcodec/ac3dec_data.c b/libavcodec/ac3dec_data.c
index 5a2312fb7b..a04bbc0c53 100644
--- a/libavcodec/ac3dec_data.c
+++ b/libavcodec/ac3dec_data.c
@@ -87,19 +87,18 @@ const int16_t ff_eac3_gaq_remap_2_4_a[9][2] = {
/**
* 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 int16_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 },
+ { -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] = {