shithub: libvpx

Download patch

ref: 5c1ba86b978e679539640a7ecbfae2f02af33931
parent: 6440e2955d401699389a5715eb067f59e85b6aac
parent: 5b2190b2bfdb45fbe08bc2e8eb8349ff80f79cea
author: Yunqing Wang <yunqingwang@google.com>
date: Mon Mar 3 07:21:52 EST 2014

Merge "Reset search_method for non-rd pick mode"

--- a/vp9/encoder/vp9_onyx_if.c
+++ b/vp9/encoder/vp9_onyx_if.c
@@ -859,7 +859,7 @@
   if (speed >= 7) {
     sf->partition_search_type = VAR_BASED_FIXED_PARTITION;
     sf->use_nonrd_pick_mode = 1;
-    sf->search_method = NSTEP;
+    sf->search_method = FAST_HEX;
   }
   if (speed >= 8) {
     int i;