]> granicus.if.org Git - libvpx/commitdiff
mcomp: Remove an obsolete undef.
authorAlex Converse <aconverse@google.com>
Wed, 11 May 2016 01:03:15 +0000 (18:03 -0700)
committerAlex Converse <aconverse@google.com>
Wed, 11 May 2016 01:04:24 +0000 (18:04 -0700)
The macro was removed in 6724676.

Change-Id: I412c24aac49bd1ff60a331a30933e0d8ae3f2dd5

vp10/encoder/mcomp.c
vp9/encoder/vp9_mcomp.c

index 007fe0cd43a05a96fbf34b362310c9055815b8f9..1ba2e2f2f0ff1acb7f2dfeee842061ab2aa70f82 100644 (file)
@@ -780,7 +780,6 @@ int vp10_find_best_sub_pixel_tree(const MACROBLOCK *x,
 }
 
 #undef MVC
-#undef PRE
 #undef CHECK_BETTER
 
 static INLINE int check_bounds(const MACROBLOCK *x, int row, int col,
index bbc2e08d928a022b8541d782494e4e2f99f8f893..f3ffe35ae4fb4b1720eaf9bc2838730dc593b23c 100644 (file)
@@ -825,7 +825,6 @@ int vp9_find_best_sub_pixel_tree(const MACROBLOCK *x,
 }
 
 #undef MVC
-#undef PRE
 #undef CHECK_BETTER
 
 static INLINE int check_bounds(const MACROBLOCK *x, int row, int col,