Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VVCSoftware_VTM
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
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
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
jvet
VVCSoftware_VTM
Merge requests
!413
JVET-N0483: disable SBT in TPM
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
JVET-N0483: disable SBT in TPM
jiechen/VVCSoftware_VTM:N0483-SBT-TPM
into
master
Overview
0
Commits
2
Pipelines
2
Changes
2
Merged
Jie Chen
requested to merge
jiechen/VVCSoftware_VTM:N0483-SBT-TPM
into
master
5 years ago
Overview
0
Commits
2
Pipelines
2
Changes
2
Expand
Source code of N0483 which disables subblock transform for triangle prediction mode
Edited
5 years ago
by
Karsten Suehring
0
0
Merge request reports
Compare
master
version 1
2132897b
5 years ago
master (base)
and
latest version
latest version
66a03dc1
2 commits,
5 years ago
version 1
2132897b
1 commit,
5 years ago
2 files
+
8
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
source/Lib/CommonLib/TypeDef.h
+
2
−
0
Options
@@ -50,6 +50,8 @@
#include
<assert.h>
#include
<cassert>
#define JVET_N0483_DISABLE_SBT_FOR_TPM 1
#define JVET_N0242_NON_LINEAR_ALF 1 // enable CE5-3.2, Non-linear ALF based on clipping function
#define JVET_N0449_MMVD_SIMP 1 // Configurable number of mmvd distance entries used
Loading