From 509f8ea270bcf6db4aa7bba96bc5015edf4df477 Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Thu, 19 Jun 2008 20:43:34 +0000 Subject: Last table renaming Originally committed as revision 13828 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ra144.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libavcodec/ra144.h') diff --git a/libavcodec/ra144.h b/libavcodec/ra144.h index 54605baa98..1947aa6e1e 100644 --- a/libavcodec/ra144.h +++ b/libavcodec/ra144.h @@ -543,7 +543,7 @@ static const uint8_t gain_exp_tab[256][9] = { { 8, 11, 10, 10, 10, 13, 8, 14, 13} }; -static const int8_t etable1[128][40]={ +static const int8_t cb1_vects[128][40]={ { 38, -4, 15, -4, 14, -13, 12, -11, -2, -6, -6, -11, -45, -16, -11, -13, -7, 6, -12, 4, @@ -1187,7 +1187,7 @@ static const int8_t etable1[128][40]={ } }; -static const int8_t etable2[128][40]={ +static const int8_t cb2_vects[128][40]={ { 73, -32, -60, -15, -26, 59, 2, -33, 30, -10, -3, -17, 8, 30, -1, -26, -4, -22, 10, 16, @@ -1831,7 +1831,7 @@ static const int8_t etable2[128][40]={ } }; -static const uint32_t ftable1[128]={ +static const uint32_t cb1_base[128]={ 314527, 295599, 293848, 280320, 336779, 291703, 297354, 266749, 325815, 305109, 310555, 294891, 349515, 300052, 313812, 278588, 326231, 348357, 322076, 347246, 335655, 327567, 314037, 310198, @@ -1850,7 +1850,7 @@ static const uint32_t ftable1[128]={ 266749, 297354, 291703, 336779, 280320, 293848, 295599, 314527 }; -static const uint32_t ftable2[128]={ +static const uint32_t cb2_base[128]={ 194793, 214093, 222075, 221325, 210734, 211641, 211270, 192855, 198561, 223821, 229577, 234105, 209600, 214643, 211594, 196292, 191722, 221201, 215984, 227369, 222035, 236618, 220978, 209746, -- cgit v1.2.3