Merge "Get some speed back for cpuused 1"
This commit is contained in:
commit
869d770610
@ -718,10 +718,12 @@ void vp9_set_speed_features(VP9_COMP *cpi) {
|
|||||||
#endif
|
#endif
|
||||||
sf->comp_inter_joint_search_thresh = BLOCK_SIZE_SB8X8;
|
sf->comp_inter_joint_search_thresh = BLOCK_SIZE_SB8X8;
|
||||||
sf->adpative_rd_thresh = 1;
|
sf->adpative_rd_thresh = 1;
|
||||||
if (speed > 0) {
|
if (speed == 1) {
|
||||||
sf->comp_inter_joint_search_thresh = BLOCK_SIZE_TYPES;
|
sf->comp_inter_joint_search_thresh = BLOCK_SIZE_TYPES;
|
||||||
sf->optimize_coefficients = 0;
|
sf->optimize_coefficients = 0;
|
||||||
sf->first_step = 1;
|
sf->first_step = 1;
|
||||||
|
sf->use_avoid_tested_higherror = 1;
|
||||||
|
sf->adjust_thresholds_by_speed = 1;
|
||||||
}
|
}
|
||||||
if (speed == 2) {
|
if (speed == 2) {
|
||||||
sf->comp_inter_joint_search_thresh = BLOCK_SIZE_SB8X8;
|
sf->comp_inter_joint_search_thresh = BLOCK_SIZE_SB8X8;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user