Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VVCSoftware_VTM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Remy Foray
VVCSoftware_VTM
Commits
eaf7c954
Commit
eaf7c954
authored
6 years ago
by
chun-chia chen
Browse files
Options
Downloads
Patches
Plain Diff
L0093 fix (add macro)
parent
4311a3ca
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/Lib/CommonLib/TypeDef.h
+6
-0
6 additions, 0 deletions
source/Lib/CommonLib/TypeDef.h
with
6 additions
and
0 deletions
source/Lib/CommonLib/TypeDef.h
+
6
−
0
View file @
eaf7c954
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment