Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
ECM
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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
ECM
ECM
Commits
c202a26b
Commit
c202a26b
authored
3 years ago
by
Vadim Seregin
Browse files
Options
Downloads
Patches
Plain Diff
move ARMC_TM macro
parent
0b8e57a9
No related branches found
No related tags found
No related merge requests found
Pipeline
#6423
passed
3 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/Lib/CommonLib/TypeDef.h
+4
-4
4 additions, 4 deletions
source/Lib/CommonLib/TypeDef.h
with
4 additions
and
4 deletions
source/Lib/CommonLib/TypeDef.h
+
4
−
4
View file @
c202a26b
...
...
@@ -50,9 +50,6 @@
#include
<assert.h>
#include
<cassert>
#define ARMC_TM 1 //Adaptive reordering of merge candidates with template matching
#define BASE_ENCODER 1
#define BASE_NORMATIVE 1
...
...
@@ -126,10 +123,13 @@
#define NON_ADJACENT_MRG_CAND 1 // Add non-adjacent merge candidates
#define MULTI_HYP_PRED 1 // Multiple hypothesis prediction
#define IF_12TAP 1 // 12-tap IF
#define ENABLE_OBMC 1 // Enable Overlapped Block Motion Compensation
// Inter template matching tools
#define TM_AMVP 1 // Add template matching to non-subblock inter to refine regular AMVP candidates
#define TM_MRG 1 // Add template matching to non-subblock inter to refine regular merge candidates
#define ENABLE_OBMC 1 // Enable Overlapped Block Motion Compensation
#define JVET_W0097_GPM_MMVD_TM 1 // JVET-W0097: GPM-MMVD and GPM-TM
#define ARMC_TM 1 // JVET-W0090: Adaptive reordering of merge candidates with template matching
// Transform and coefficient coding
#define TCQ_8STATES 1
...
...
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