vp9: Speed >= 8: Enable simple_block_yrd speed feature.
Enable speed feature for resolutions > VGA. avgPSNR on RTC down by ~1.7%. Speedup on ARM: ~5%. Change-Id: I7a3fe5f7425aa8df3f4a2eced1afa355bc0d4c95
This commit is contained in:
@@ -568,7 +568,7 @@ static void set_rt_speed_feature_framesize_independent(
|
||||
sf->adaptive_rd_thresh = 2;
|
||||
}
|
||||
sf->limit_newmv_early_exit = 0;
|
||||
sf->use_simple_block_yrd = 0;
|
||||
if (cm->width > 640 && cm->height > 480) sf->use_simple_block_yrd = 1;
|
||||
}
|
||||
// Turn off adaptive_rd_thresh if row_mt is on for all the non-rd paths. This
|
||||
// causes too many locks in realtime mode in certain platforms (Android ARM,
|
||||
|
||||
Reference in New Issue
Block a user