Skip to content
Snippets Groups Projects
Commit 8732c208 authored by roberta's avatar roberta
Browse files

JVET-M0839: increase number of SATD candidates in Affine Merge from 1 to 2

parent c7b58ece
Branches JVET-M0839
No related tags found
No related merge requests found
Pipeline #658 passed
......@@ -365,7 +365,7 @@ static const int FAST_SKIP_DEPTH = 2;
static const double PBINTRA_RATIO = 1.1;
static const int NUM_MRG_SATD_CAND = 4;
static const double MRG_FAST_RATIO = 1.25;
static const int NUM_AFF_MRG_SATD_CAND = 1;
static const int NUM_AFF_MRG_SATD_CAND = 2;
static const double AMAXBT_TH32 = 15.0;
static const double AMAXBT_TH64 = 30.0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment