New motion threshold factor - speed feature.
Added a speed feature that focuses only on thresholds for new motion modes. Moved sf->comp_inter_joint_search_thresh into speed 1. This has ~+0.4% impact on quality at speed 0 as our quality reference baseline. Slight adjustment to baseline thresholds. Change-Id: I7ebf104f1fe29af77ed4837b2e84be065621bbe5
This commit is contained in:
@@ -216,14 +216,15 @@ typedef struct {
|
||||
int search_best_filter;
|
||||
int static_segmentation;
|
||||
int comp_inter_joint_search_thresh;
|
||||
int adpative_rd_thresh;
|
||||
int skip_encode_sb;
|
||||
int use_lastframe_partitioning;
|
||||
int use_largest_txform;
|
||||
int use_8tap_always;
|
||||
int use_avoid_tested_higherror;
|
||||
int skip_lots_of_modes;
|
||||
int adpative_rd_thresh;
|
||||
int adjust_thresholds_by_speed;
|
||||
int new_motion_thresh_factor;
|
||||
int partition_by_variance;
|
||||
int use_one_partition_size_always;
|
||||
int less_rectangular_check;
|
||||
|
||||
Reference in New Issue
Block a user