Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
Adjust-num=1
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueSwordM committed Feb 11, 2022
1 parent 2cdc01b commit d2d272c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion av1/encoder/temporal_filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,7 @@ static void tf_setup_filtering_buffer(AV1_COMP *cpi,

}
else if (cpi->oxcf.tune_cfg.content == AOM_CONTENT_PSY){
adjust_num = 2;
adjust_num = 1;
}
else if((update_type == KF_UPDATE)
&& cpi->oxcf.tune_cfg.content == AOM_CONTENT_PSY){
Expand Down

0 comments on commit d2d272c

Please sign in to comment.