shithub: libvpx

Download patch

ref: 1b47977b7efb435a9d522a222be6b5cc06310bec
parent: b28727e693e6c58ab482f109527eabc648f57079
parent: 65e2e786020321d68c793a48b7e2dc54964fedb5
author: Dmitry Kovalev <dkovalev@google.com>
date: Thu Mar 6 07:33:38 EST 2014

Merge "Removing unused mv_ref_stats[] array."

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