shithub: libvpx

Download patch

ref: 65e2e786020321d68c793a48b7e2dc54964fedb5
parent: d5e6f09585d07381068ae533dfad6a8a91febfd8
author: Dmitry Kovalev <dkovalev@google.com>
date: Fri Feb 28 06:07:08 EST 2014

Removing unused mv_ref_stats[] array.

Change-Id: Icd4d495ed32dec215d2157cd8fbebd0648ec5954

--- a/vp9/encoder/vp9_onyx_int.h
+++ b/vp9/encoder/vp9_onyx_int.h
@@ -676,11 +676,6 @@
   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];
--