]> granicus.if.org Git - libvpx/commitdiff
Reset search_method for non-rd pick mode
authorYunqing Wang <yunqingwang@google.com>
Mon, 3 Mar 2014 19:12:11 +0000 (11:12 -0800)
committerYunqing Wang <yunqingwang@google.com>
Mon, 3 Mar 2014 19:12:11 +0000 (11:12 -0800)
Reset FAST_HEX search_method, which was lost because of code merging.

Change-Id: Ic2b2cb9ec2f1751e96f7db0f9226310f605fcc83

vp9/encoder/vp9_onyx_if.c

index d7bac6f0bcd7b0d7646272cedc920987c4341efb..f9855451746c219b67a8f99a6a0b08dd72cc8b38 100644 (file)
@@ -859,7 +859,7 @@ static void set_rt_speed_feature(VP9_COMMON *cm,
   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;