]> granicus.if.org Git - libvpx/commitdiff
Turning off filter search for now to improve encode speed.
authorDeb Mukherjee <debargha@google.com>
Mon, 30 Apr 2012 19:24:22 +0000 (12:24 -0700)
committerDeb Mukherjee <debargha@google.com>
Mon, 30 Apr 2012 19:24:22 +0000 (12:24 -0700)
Change-Id: I87291fb40c745f34c36b067f47abdf69774a812f

vp8/encoder/onyx_if.c

index da0fb5dd135cb543c29f666372b113158f2f0e88..128cd30199696172ad2196132e4523351b8c7d62 100644 (file)
@@ -80,7 +80,7 @@ static void set_default_lf_deltas(VP8_COMP *cpi);
 extern const int vp8_gf_interval_table[101];
 
 #if CONFIG_ENHANCED_INTERP
-#define SEARCH_BEST_FILTER 1            /* to search exhaustively for best filter */
+#define SEARCH_BEST_FILTER 0            /* to search exhaustively for best filter */
 #define RESET_FOREACH_FILTER 0          /* whether to reset the encoder state
                                            before trying each new filter */
 #endif