Removing unused motion_vector_context enum from vp9_encodeframe.c

The same enum defined and used in vp9_mvref_common.c.

Change-Id: I3975103997797add0a258d36c96d20ac9561a73d
This commit is contained in:
Dmitry Kovalev
2014-06-04 17:01:23 -07:00
parent 5bf11e128a
commit 8567739396

View File

@@ -2434,18 +2434,6 @@ static TX_MODE select_tx_mode(const VP9_COMP *cpi) {
}
}
// 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;