Commit 096b44f4 authored by Paul Wilkins's avatar Paul Wilkins Committed by Gerrit Code Review
Browse files

Merge "Speed 2 alternative balance."

parents 07dddfa3 0639b5cf
No related merge requests found
Showing with 2 additions and 2 deletions
...@@ -73,8 +73,8 @@ static void set_good_speed_feature(VP9_COMP *cpi, VP9_COMMON *cm, ...@@ -73,8 +73,8 @@ static void set_good_speed_feature(VP9_COMP *cpi, VP9_COMMON *cm,
} }
if (speed >= 2) { if (speed >= 2) {
sf->tx_size_search_method = vp9_frame_is_boosted(cpi) ? USE_FULL_RD sf->tx_size_search_method = frame_is_intra_only(cm) ? USE_FULL_RD
: USE_LARGESTALL; : USE_LARGESTALL;
if (MIN(cm->width, cm->height) >= 720) if (MIN(cm->width, cm->height) >= 720)
sf->disable_split_mask = cm->show_frame ? DISABLE_ALL_SPLIT sf->disable_split_mask = cm->show_frame ? DISABLE_ALL_SPLIT
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment