diff vp3data.h @ 7966:14a49e087126 libavcodec

filter_limit_values only needs 7 bits, make its tables smaller
author conrad
date Wed, 01 Oct 2008 14:40:29 +0000
parents c4a4495715dd
children
line wrap: on
line diff
--- a/vp3data.h	Wed Oct 01 12:48:26 2008 +0000
+++ b/vp3data.h	Wed Oct 01 14:40:29 2008 +0000
@@ -84,7 +84,7 @@
    21,   19,   18,   17,   15,   13,  12,  10
 };
 
-static const uint32_t vp31_filter_limit_values[64] =
+static const uint8_t vp31_filter_limit_values[64] =
 {  30, 25, 20, 20, 15, 15, 14, 14,
    13, 13, 12, 12, 11, 11, 10, 10,
     9,  9,  8,  8,  7,  7,  7,  7,