shithub: libvpx

Download patch

ref: c0d595134edaccb7db1ff436ef3f09ebb69f9a6f
parent: fc1a7bd81e268dc8e4926cb265fff5f220875c60
author: Deb Mukherjee <debargha@google.com>
date: Mon Apr 30 08:24:22 EDT 2012

Turning off filter search for now to improve encode speed.

Change-Id: I87291fb40c745f34c36b067f47abdf69774a812f

--- a/vp8/encoder/onyx_if.c
+++ b/vp8/encoder/onyx_if.c
@@ -80,7 +80,7 @@
 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
--