]> granicus.if.org Git - libvpx/commitdiff
vp9_mcomp: make search_step_table static
authorJames Zern <jzern@google.com>
Sat, 13 Jun 2015 01:11:54 +0000 (18:11 -0700)
committerJames Zern <jzern@google.com>
Sat, 13 Jun 2015 01:11:54 +0000 (18:11 -0700)
Change-Id: I2552d8101cf49ed951782ab69adce407579700fc

vp9/encoder/vp9_mcomp.c

index 50983743a6fe532dfdee07182cd9535c679a368a..081b99f9f1f211a70926ee82911d78707a2d6fb6 100644 (file)
@@ -610,7 +610,7 @@ int vp9_find_best_sub_pixel_tree_pruned(const MACROBLOCK *x,
   return besterr;
 }
 
-const MV search_step_table[12] = {
+static const MV search_step_table[12] = {
     // left, right, up, down
     {0, -4}, {0, 4}, {-4, 0}, {4, 0},
     {0, -2}, {0, 2}, {-2, 0}, {2, 0},