]> granicus.if.org Git - libvpx/commitdiff
vp8: remove 2 unused tables
authorJames Zern <jzern@google.com>
Wed, 11 Dec 2013 05:13:21 +0000 (21:13 -0800)
committerJames Zern <jzern@google.com>
Wed, 11 Dec 2013 05:13:21 +0000 (21:13 -0800)
Change-Id: Ib5ba4e0b438107741efa28251848306322fd7f89

vp8/common/postproc.c
vp8/encoder/ratectrl.c

index dd998f16e8a22dece4cdcacb28e0a5f0c6df77f0..e3bee32c1912b90ecaaa2341873f8693b0ed4088 100644 (file)
@@ -71,11 +71,6 @@ static const unsigned char MV_REFERENCE_FRAME_colors[MAX_REF_FRAMES][3] =
 };
 #endif
 
-static const short kernel5[] =
-{
-    1, 1, 4, 1, 1
-};
-
 const short vp8_rv[] =
 {
     8, 5, 2, 2, 8, 12, 4, 9, 8, 3,
index fe4db13b39830c99c9e8fb58dc37c610bd1efa46..050652eb55a13ee388281ad0e3967305bbc7175f 100644 (file)
@@ -174,14 +174,6 @@ static const int kf_gf_boost_qlimits[QINDEX_RANGE] =
     600, 600, 600, 600, 600, 600, 600, 600,
 };
 
-/* % adjustment to target kf size based on seperation from previous frame */
-static const int kf_boost_seperation_adjustment[16] =
-{
-    30,   40,   50,   55,   60,   65,   70,   75,
-    80,   85,   90,   95,  100,  100,  100,  100,
-};
-
-
 static const int gf_adjust_table[101] =
 {
     100,