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
!749
JVET-O0379: Speedup mode decision process for triangle prediction mode.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
JVET-O0379: Speedup mode decision process for triangle prediction mode.
cfd/VVCSoftware_VTM:O0379_SPEEDUP_TPM_ENCODER
into
master
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
Fangdong Chen
requested to merge
cfd/VVCSoftware_VTM:O0379_SPEEDUP_TPM_ENCODER
into
master
5 years ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
JVET_O0379: Speedup mode decision process for triangle prediction mode.
Edited
5 years ago
by
Frank Bossen
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
f4401d1a
1 commit,
5 years ago
2 files
+
16
−
1
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
@@ -138,6 +138,8 @@
#define JVET_O0280_SIMD_TRIANGLE_WEIGHTING 1 // JVET-O0280: SIMD implementation for weighted sample prediction process of triangle prediction mode
#define JVET_O0379_SPEEDUP_TPM_ENCODER 1 // JVET_O0379: Speedup mode decision process for triangle prediction mode
#define JVET_O0364_PDPC_DC 1 // JVET-O0364 Part 4: align PDPC process for DC with the one for Planar
#define JVET_O0364_PDPC_ANGULAR 1 // JVET-O0364 Part 5: simplify PDPC process for angular modes
Loading