Mask out H_PRED and V_PRED for 32x32 blocks
authorYaowu Xu <yaowu@google.com>
Thu, 14 Aug 2014 00:05:57 +0000 (17:05 -0700)
committerYaowu Xu <yaowu@google.com>
Thu, 14 Aug 2014 17:52:10 +0000 (10:52 -0700)
Change-Id: I2847af5062b5fa320629fcabb9fa6b23ba3e5513

vp9/encoder/vp9_speed_features.c

index 58564be..99f336f 100644 (file)
@@ -125,6 +125,8 @@ static void set_good_speed_feature(VP9_COMP *cpi, VP9_COMMON *cm,
     sf->recode_loop = ALLOW_RECODE_KFMAXBW;
     sf->adaptive_rd_thresh = 3;
     sf->mode_skip_start = 6;
+    sf->intra_y_mode_mask[TX_32X32] = INTRA_DC;
+    sf->intra_uv_mode_mask[TX_32X32] = INTRA_DC;
   }
 
   if (speed >= 4) {