shithub: libvpx

Download patch

ref: 1319d9c077314a5bb7bf7a944fd978c29b20e622
parent: b7cd01ed7375b1e5b6dc67f7427d07298f244471
author: Paul Wilkins <paulwilkins@google.com>
date: Tue Jul 2 11:42:14 EDT 2013

Adjust Speed 0 settings.

Remove the use of sf->comp_inter_joint_search_thresh
from the baseline speed 0. Approx +0.4% on derf.

Change-Id: Icc14db98909830f40e5ac66130d40e78d2e55c71

--- a/vp9/encoder/vp9_onyx_if.c
+++ b/vp9/encoder/vp9_onyx_if.c
@@ -726,7 +726,6 @@
 #else
       sf->static_segmentation = 0;
 #endif
-      sf->comp_inter_joint_search_thresh = BLOCK_SIZE_MB16X16;
       sf->auto_mv_step_size = 1;
       sf->use_avoid_tested_higherror = 1;
       sf->adaptive_rd_thresh = 1;
--