Fix bad merge
authorJohn Koleszar <jkoleszar@google.com>
Mon, 11 Jun 2012 19:24:14 +0000 (12:24 -0700)
committerJohn Koleszar <jkoleszar@google.com>
Mon, 11 Jun 2012 19:24:14 +0000 (12:24 -0700)
Change-Id: I45849dde0ee9b7e87fa32adb65ade8486bb66556

vp8/encoder/rdopt.c

index 6a1c4b7..b457f03 100644 (file)
@@ -1970,11 +1970,6 @@ void vp8_rd_pick_inter_mode(VP8_COMP *cpi, MACROBLOCK *x, int recon_yoffset,
             best_rd_sse = INT_MAX;
 #endif
 
-#if CONFIG_TEMPORAL_DENOISING
-    unsigned int zero_mv_sse = INT_MAX, best_sse = INT_MAX,
-            best_rd_sse = INT_MAX;
-#endif
-
     mode_mv = mode_mv_sb[sign_bias];
     best_ref_mv.as_int = 0;
     best_mode.rd = INT_MAX;