Skip to content
Snippets Groups Projects
Commit 65e2e786 authored by Dmitry Kovalev's avatar Dmitry Kovalev
Browse files

Removing unused mv_ref_stats[] array.

Change-Id: Icd4d495ed32dec215d2157cd8fbebd0648ec5954
parent d5e6f095
No related branches found
No related tags found
No related merge requests found
...@@ -676,11 +676,6 @@ typedef struct VP9_COMP { ...@@ -676,11 +676,6 @@ typedef struct VP9_COMP {
int max_arf_level; int max_arf_level;
#endif #endif
#ifdef ENTROPY_STATS
int64_t mv_ref_stats[INTER_MODE_CONTEXTS][INTER_MODES - 1][2];
#endif
#ifdef MODE_TEST_HIT_STATS #ifdef MODE_TEST_HIT_STATS
// Debug / test stats // Debug / test stats
int64_t mode_test_hits[BLOCK_SIZES]; int64_t mode_test_hits[BLOCK_SIZES];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment