Skip to content
Snippets Groups Projects
Commit eaf7c954 authored by chun-chia chen's avatar chun-chia chen
Browse files

L0093 fix (add macro)

parent 4311a3ca
No related branches found
No related tags found
No related merge requests found
...@@ -54,6 +54,8 @@ ...@@ -54,6 +54,8 @@
#define REMOVE_MV_ADAPT_PREC 1 // remove the high precision flag in the MV class #define REMOVE_MV_ADAPT_PREC 1 // remove the high precision flag in the MV class
#define JVET_L0093_SIMP_PRUNE 1
#ifndef JVET_B0051_NON_MPM_MODE #ifndef JVET_B0051_NON_MPM_MODE
#define JVET_B0051_NON_MPM_MODE ( 1 && JEM_TOOLS ) #define JVET_B0051_NON_MPM_MODE ( 1 && JEM_TOOLS )
#endif #endif
...@@ -149,7 +151,11 @@ ...@@ -149,7 +151,11 @@
#define HM_EMT_NSST_AS_IN_JEM 1 // #define HM_EMT_NSST_AS_IN_JEM 1 //
#define HM_MDIS_AS_IN_JEM 1 // *** - PM: not filtering ref. samples for 64xn case and using Planar MDIS condition at encoder #define HM_MDIS_AS_IN_JEM 1 // *** - PM: not filtering ref. samples for 64xn case and using Planar MDIS condition at encoder
#define HM_JEM_CLIP_PEL 1 // *** #define HM_JEM_CLIP_PEL 1 // ***
#if JVET_L0093_SIMP_PRUNE
#define HM_JEM_MERGE_CANDS 0 // *** #define HM_JEM_MERGE_CANDS 0 // ***
#else
#define HM_JEM_MERGE_CANDS 1 // ***
#endif
#endif//JEM_COMP #endif//JEM_COMP
......
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