From: Paul Wilkins Date: Mon, 7 Oct 2013 09:54:19 +0000 (-0700) Subject: Disable MODE_TEST_HIT_STATS X-Git-Tag: v1.3.0~259^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65f0cc7f4be3fec213bb0f2db0525d27fb36d1fa;p=libvpx Disable MODE_TEST_HIT_STATS This flag is for stats generation and testing and should not be checked in as enabled by default. Change-Id: I4ea57dbcf49790f14777f598ddd3dc37dcc7a6bb --- diff --git a/vp9/encoder/vp9_onyx_int.h b/vp9/encoder/vp9_onyx_int.h index 2652929ce..b271f55b9 100644 --- a/vp9/encoder/vp9_onyx_int.h +++ b/vp9/encoder/vp9_onyx_int.h @@ -36,7 +36,7 @@ #define DISABLE_RC_LONG_TERM_MEM 0 #endif -#define MODE_TEST_HIT_STATS +// #define MODE_TEST_HIT_STATS // #define SPEEDSTATS 1 #if CONFIG_MULTIPLE_ARF