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
13
Merge Requests
13
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
2132897b
Commit
2132897b
authored
Apr 02, 2019
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
N0483 disable SBT in TPM
parent
b6e0728a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
source/Lib/CommonLib/TypeDef.h
source/Lib/CommonLib/TypeDef.h
+2
-0
source/Lib/CommonLib/Unit.cpp
source/Lib/CommonLib/Unit.cpp
+6
-0
No files found.
source/Lib/CommonLib/TypeDef.h
View file @
2132897b
...
...
@@ -50,6 +50,8 @@
#include <assert.h>
#include <cassert>
#define JVET_N0483_DISABLE_SBT_FOR_TPM 1
#define JVET_N0477_LMCS_CLEANUP 1
#define JVET_N0220_LMCS_SIMPLIFICATION 1
...
...
source/Lib/CommonLib/Unit.cpp
View file @
2132897b
...
...
@@ -338,6 +338,12 @@ const uint8_t CodingUnit::checkAllowedSbt() const
{
return
0
;
}
#if JVET_N0483_DISABLE_SBT_FOR_TPM
if
(
triangle
)
{
return
0
;
}
#endif
uint8_t
sbtAllowed
=
0
;
int
cuWidth
=
lwidth
();
...
...
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