Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
VVCSoftware_VTM
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
14
Merge Requests
14
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
jvet
VVCSoftware_VTM
Commits
5af74948
Commit
5af74948
authored
Apr 03, 2019
by
Semih Esenlik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moved constant to common def.
parent
56e946b2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
source/Lib/CommonLib/CommonDef.h
source/Lib/CommonLib/CommonDef.h
+3
-0
source/Lib/CommonLib/TypeDef.h
source/Lib/CommonLib/TypeDef.h
+2
-0
No files found.
source/Lib/CommonLib/CommonDef.h
View file @
5af74948
...
...
@@ -173,6 +173,9 @@ static const int MAX_VPS_NUH_RESERVED_ZERO_LAYER_ID_PLUS1 = 1;
static
const
int
MAXIMUM_INTRA_FILTERED_WIDTH
=
16
;
static
const
int
MAXIMUM_INTRA_FILTERED_HEIGHT
=
16
;
#if JVET_N0178_IMPLICIT_BDOF_SPLIT
static
const
int
MAX_BDOF_APPLICATION_REGION
=
16
;
#endif
static
const
int
MAX_CPB_CNT
=
32
;
///< Upper bound of (cpb_cnt_minus1 + 1)
static
const
int
MAX_NUM_LAYER_IDS
=
64
;
...
...
source/Lib/CommonLib/TypeDef.h
View file @
5af74948
...
...
@@ -73,6 +73,8 @@
#define JVET_N0271_SIMPLFIED_CCLM 1 // Simplified CCLM parameter derivation in JVET-N0271
#define JVET_N0178_IMPLICIT_BDOF_SPLIT 1
#define JCTVC_Y0038_PARAMS 1
#define JVET_MMVD_OFF_MACRO 0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment