Skip to content
Snippets Groups Projects
Commit 26854798 authored by Frank Bossen's avatar Frank Bossen
Browse files

Merge branch 'JVET-M0839' into 'master'

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

See merge request !206
parents 8266a885 8732c208
No related branches found
No related tags found
No related merge requests found
......@@ -367,7 +367,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