shithub: libvpx

Download patch

ref: 740acd6891e6ca60411802dd4096c03612e027b1
parent: e378566060e2f962e03d727fd3f184b051d37f5c
parent: f15cdc745178cca9517cf974f19170d44fa13163
author: Paul Wilkins <paulwilkins@google.com>
date: Mon Sep 9 01:39:13 EDT 2013

Merge "Enable kf restrictions at speed 4"

--- a/vp9/encoder/vp9_onyx_if.c
+++ b/vp9/encoder/vp9_onyx_if.c
@@ -898,6 +898,8 @@
         sf->subpel_iters_per_step = 1;
         sf->disable_split_var_thresh = 64;
         sf->disable_filter_search_var_thresh = 96;
+        sf->intra_y_mode_mask = INTRA_DC_ONLY;
+        sf->intra_uv_mode_mask = INTRA_DC_ONLY;
         sf->use_fast_coef_updates = 2;
       }
       /*
--