diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-06-19 20:36:23 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-06-19 20:36:23 +0000 |
commit | b845df113c94fc3cd0699f59600eb2c0aacd329c (patch) | |
tree | 470d66abbebc10743c933fd06640d9acc4d9d9f2 /libavcodec/ra144.h | |
parent | 6e05a76640f9cc819035ba82d653a6ff3fc45a8b (diff) | |
download | ffmpeg-b845df113c94fc3cd0699f59600eb2c0aacd329c.tar.gz |
Yet more table renaming
Originally committed as revision 13827 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ra144.h')
-rw-r--r-- | libavcodec/ra144.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/ra144.h b/libavcodec/ra144.h index 5d0f120f34..54605baa98 100644 --- a/libavcodec/ra144.h +++ b/libavcodec/ra144.h @@ -25,7 +25,7 @@ #include <stdint.h> /* 14.4 data tables */ -static const int16_t wavtable1[256][9] = { +static const int16_t gain_val_tab[256][9] = { { 541, 956, 768, -1011, -811, -717, -571, -893, -576}, { 877, 581, 568, -997, -975, -646, -752, -661, -632}, { 675, 787, 635, -519, -838, -977, -890, -605, -789}, @@ -284,7 +284,7 @@ static const int16_t wavtable1[256][9] = { { 814, 744, 543, -592, -865, -790, -648, -541, -577} }; -static const uint8_t wavtable2[256][9] = { +static const uint8_t gain_exp_tab[256][9] = { {14, 14, 14, 20, 20, 19, 21, 20, 20}, {14, 14, 14, 20, 20, 20, 20, 21, 21}, {14, 13, 14, 18, 20, 19, 21, 18, 21}, |