ref: 4fb5ce6a920f2a0cdce231d81e98daacf84b8b15
parent: ba420f10977bbaf5296a8d4d7423d4c293609f97
parent: 4d052bdd916bac550a2500b0b5ab4693b5a7ab6a
author: Yunqing Wang <yunqingwang@google.com>
date: Fri May 27 07:12:50 EDT 2011
Merge "Use hex search for realtime mode speed>4"
--- a/vp8/encoder/onyx_if.c
+++ b/vp8/encoder/onyx_if.c
@@ -980,11 +980,9 @@
{
sf->auto_filter = 0; // Faster selection of loop filter
-#if CONFIG_REALTIME_ONLY
sf->search_method = HEX;
-#else
- sf->search_method = DIAMOND;
-#endif
+ //sf->search_method = DIAMOND;
+
sf->iterative_sub_pixel = 0;
cpi->mode_check_freq[THR_V_PRED] = 4;
--
⑨