Merge "intra blocks disallowed inadvertently"

This commit is contained in:
Jim Bankoski 2014-08-13 08:40:14 -07:00 committed by Gerrit Code Review
commit 07c3abe21e

View File

@ -288,7 +288,6 @@ static void set_rt_speed_feature(VP9_COMP *cpi, SPEED_FEATURES *sf,
sf->tx_size_search_method = (cm->frame_type == KEY_FRAME) ?
USE_LARGESTALL : USE_TX_8X8;
sf->max_intra_bsize = BLOCK_8X8;
// This feature is only enabled when partition search is disabled.
sf->reuse_inter_pred_sby = 1;