changeset 7122:ec8c977ec132 libavcodec

Now these tables fit in 16 bits.
author vitor
date Mon, 23 Jun 2008 21:12:35 +0000
parents 18d60d9b0895
children b780413ce2fa
files ra144.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ra144.h	Mon Jun 23 21:10:59 2008 +0000
+++ b/ra144.h	Mon Jun 23 21:12:35 2008 +0000
@@ -1831,7 +1831,7 @@
     }
 };
 
-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 @@
     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,