Reset search_method for non-rd pick mode
Reset FAST_HEX search_method, which was lost because of code merging. Change-Id: Ic2b2cb9ec2f1751e96f7db0f9226310f605fcc83
This commit is contained in:
parent
07c4d2252b
commit
5b2190b2bf
@ -859,7 +859,7 @@ static void set_rt_speed_feature(VP9_COMMON *cm,
|
||||
if (speed >= 7) {
|
||||
sf->partition_search_type = VAR_BASED_FIXED_PARTITION;
|
||||
sf->use_nonrd_pick_mode = 1;
|
||||
sf->search_method = NSTEP;
|
||||
sf->search_method = FAST_HEX;
|
||||
}
|
||||
if (speed >= 8) {
|
||||
int i;
|
||||
|
Loading…
x
Reference in New Issue
Block a user