From: Paul Wilkins Date: Tue, 2 Jul 2013 14:42:14 +0000 (+0100) Subject: Adjust Speed 0 settings. X-Git-Tag: v1.3.0~955^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1319d9c077314a5bb7bf7a944fd978c29b20e622;p=libvpx 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 --- diff --git a/vp9/encoder/vp9_onyx_if.c b/vp9/encoder/vp9_onyx_if.c index 96207af32..2295f7dec 100644 --- a/vp9/encoder/vp9_onyx_if.c +++ b/vp9/encoder/vp9_onyx_if.c @@ -726,7 +726,6 @@ void vp9_set_speed_features(VP9_COMP *cpi) { #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;