]> granicus.if.org Git - libvpx/commitdiff
Adjust Speed 0 settings.
authorPaul Wilkins <paulwilkins@google.com>
Tue, 2 Jul 2013 14:42:14 +0000 (15:42 +0100)
committerPaul Wilkins <paulwilkins@google.com>
Tue, 2 Jul 2013 14:42:14 +0000 (15:42 +0100)
Remove the use of sf->comp_inter_joint_search_thresh
from the baseline speed 0. Approx +0.4% on derf.

Change-Id: Icc14db98909830f40e5ac66130d40e78d2e55c71

vp9/encoder/vp9_onyx_if.c

index 96207af32a3b09287202c29f7391e03a8e23f2c6..2295f7decd493877df6a28b96e858f75ea29952a 100644 (file)
@@ -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;