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
2132897b
Commit
2132897b
authored
5 years ago
by
unknown
Browse files
Options
Downloads
Patches
Plain Diff
N0483 disable SBT in TPM
parent
b6e0728a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
source/Lib/CommonLib/TypeDef.h
+2
-0
2 additions, 0 deletions
source/Lib/CommonLib/TypeDef.h
source/Lib/CommonLib/Unit.cpp
+6
-0
6 additions, 0 deletions
source/Lib/CommonLib/Unit.cpp
with
8 additions
and
0 deletions
source/Lib/CommonLib/TypeDef.h
+
2
−
0
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
...
...
This diff is collapsed.
Click to expand it.
source/Lib/CommonLib/Unit.cpp
+
6
−
0
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
();
...
...
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