Removing unused mv_ref_stats[] array.

Change-Id: Icd4d495ed32dec215d2157cd8fbebd0648ec5954
This commit is contained in:
Dmitry Kovalev 2014-02-28 11:07:08 -08:00
parent d5e6f09585
commit 65e2e78602

View File

@ -676,11 +676,6 @@ typedef struct VP9_COMP {
int max_arf_level;
#endif
#ifdef ENTROPY_STATS
int64_t mv_ref_stats[INTER_MODE_CONTEXTS][INTER_MODES - 1][2];
#endif
#ifdef MODE_TEST_HIT_STATS
// Debug / test stats
int64_t mode_test_hits[BLOCK_SIZES];