shithub: libvpx

Download patch

ref: 8567739396b055716c4622058e96e7bd92ca873e
parent: 5bf11e128adaaf98851dfdbedf505254660e7039
author: Dmitry Kovalev <dkovalev@google.com>
date: Wed Jun 4 13:01:23 EDT 2014

Removing unused motion_vector_context enum from vp9_encodeframe.c

The same enum defined and used in vp9_mvref_common.c.

Change-Id: I3975103997797add0a258d36c96d20ac9561a73d

--- a/vp9/encoder/vp9_encodeframe.c
+++ b/vp9/encoder/vp9_encodeframe.c
@@ -2434,18 +2434,6 @@
   }
 }
 
-// Start RTC Exploration
-typedef enum {
-  BOTH_ZERO = 0,
-  ZERO_PLUS_PREDICTED = 1,
-  BOTH_PREDICTED = 2,
-  NEW_PLUS_NON_INTRA = 3,
-  BOTH_NEW = 4,
-  INTRA_PLUS_NON_INTRA = 5,
-  BOTH_INTRA = 6,
-  INVALID_CASE = 9
-} motion_vector_context;
-
 static void set_mode_info(MB_MODE_INFO *mbmi, BLOCK_SIZE bsize,
                           PREDICTION_MODE mode) {
   mbmi->mode = mode;