summaryrefslogtreecommitdiff
path: root/libavcodec/ra144.h
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2008-06-23 21:12:35 +0000
committerVitor Sessak <vitor1001@gmail.com>2008-06-23 21:12:35 +0000
commit274ac3457ebc1f3288f1ed0dc06c0654d37412c7 (patch)
tree2e417dc50c2d5977b62080053e01a693b0890410 /libavcodec/ra144.h
parent738ef8fd0856a4bd15243bda7e22045579f89fe8 (diff)
Now these tables fit in 16 bits.
Originally committed as revision 13936 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ra144.h')
-rw-r--r--libavcodec/ra144.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/ra144.h b/libavcodec/ra144.h
index 2be587e47f..e6eb011bd4 100644
--- a/libavcodec/ra144.h
+++ b/libavcodec/ra144.h
@@ -1831,7 +1831,7 @@ static const int8_t cb2_vects[128][40]={
}
};
-static const uint32_t cb1_base[128]={
+static const uint16_t cb1_base[128]={
19657, 18474, 18365, 17520, 21048, 18231, 18584, 16671,
20363, 19069, 19409, 18430, 21844, 18753, 19613, 17411,
20389, 21772, 20129, 21702, 20978, 20472, 19627, 19387,
@@ -1850,7 +1850,7 @@ static const uint32_t cb1_base[128]={
16671, 18584, 18231, 21048, 17520, 18365, 18474, 19657,
};
-static const uint32_t cb2_base[128]={
+static const uint16_t cb2_base[128]={
12174, 13380, 13879, 13832, 13170, 13227, 13204, 12053,
12410, 13988, 14348, 14631, 13100, 13415, 13224, 12268,
11982, 13825, 13499, 14210, 13877, 14788, 13811, 13109,