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
64df8114
Commit
64df8114
authored
5 years ago
by
Brian Heng
Browse files
Options
Downloads
Patches
Plain Diff
JVET-P0418: MLRP Line Idx
- Align MLRP with CCLM in terms of reference lines/columns.
parent
c13af92c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
source/Lib/CommonLib/CommonDef.h
+4
-0
4 additions, 0 deletions
source/Lib/CommonLib/CommonDef.h
source/Lib/CommonLib/TypeDef.h
+2
-0
2 additions, 0 deletions
source/Lib/CommonLib/TypeDef.h
with
6 additions
and
0 deletions
source/Lib/CommonLib/CommonDef.h
+
4
−
0
View file @
64df8114
...
...
@@ -223,7 +223,11 @@ static const int RVM_VCEGAM10_M = 4;
static
const
int
MAX_REF_LINE_IDX
=
3
;
//highest refLine offset in the list
static
const
int
MRL_NUM_REF_LINES
=
3
;
//number of candidates in the array
#if JVET_P0418_ALIGN_MLRP_CCLM
static
const
int
MULTI_REF_LINE_IDX
[
4
]
=
{
0
,
1
,
2
,
0
};
#else
static
const
int
MULTI_REF_LINE_IDX
[
4
]
=
{
0
,
1
,
3
,
0
};
#endif
static
const
int
PRED_REG_MIN_WIDTH
=
4
;
// Minimum prediction region width for ISP subblocks
...
...
This diff is collapsed.
Click to expand it.
source/Lib/CommonLib/TypeDef.h
+
2
−
0
View file @
64df8114
...
...
@@ -50,6 +50,8 @@
#include
<assert.h>
#include
<cassert>
#define JVET_P0418_ALIGN_MLRP_CCLM 1 // JVET-P0418: Align MLRP with CCLM in terms of reference lines/columns
#define JVET_O0145_ENTRYPOINT_SIGNALLING 0 // JVET-O0145: Not signalling num_entry_point_offsets but derive it at decoder
#define JVET_O0625_ALF_PADDING 1 // JVET-O0625/O0654/O0662: Unified padding method in ALF
...
...
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