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
Sun Yucheng
VVCSoftware_VTM
Commits
3d0f0acb
Commit
3d0f0acb
authored
6 years ago
by
LI JINGYA
Browse files
Options
Downloads
Patches
Plain Diff
M0823: Encoder optimization for MMVD
parent
a73dc51f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
source/Lib/CommonLib/TypeDef.h
+0
-1
0 additions, 1 deletion
source/Lib/CommonLib/TypeDef.h
source/Lib/EncoderLib/EncSlice.cpp
+0
-4
0 additions, 4 deletions
source/Lib/EncoderLib/EncSlice.cpp
with
0 additions
and
5 deletions
source/Lib/CommonLib/TypeDef.h
+
0
−
1
View file @
3d0f0acb
...
...
@@ -99,7 +99,6 @@
#define JVET_M0464_UNI_MTS 1
#define JVET_M0068_M0171_MMVD_CLEANUP 1 // MMVD cleanup with 1) flip removal, 2) L1 zero vector fix, 3) bi-pred restriction after merge/MMVD
#define JVET_M0255_FRACMMVD_SWITCH 1 // disable fractional MVD in MMVD adaptively
#define JVET_M0312_FRACMMVD_SWITCH_FOR_UHD 1 // disable fractional MVD in MMVD for UHD sequences
#define JVET_M0823_MMVD_ENCOPT 1 // encoder optimization for MMVD
#if JVET_M0464_UNI_MTS
...
...
This diff is collapsed.
Click to expand it.
source/Lib/EncoderLib/EncSlice.cpp
+
0
−
4
View file @
3d0f0acb
...
...
@@ -1427,10 +1427,6 @@ void EncSlice::checkDisFracMmvd( Picture* pcPic, uint32_t startCtuTsAddr, uint32
{
pcSlice
->
setDisFracMMVD
(
true
);
}
#if JVET_M0312_FRACMMVD_SWITCH_FOR_UHD
bool
useIntegerMVD
=
(
pcPic
->
lwidth
()
*
pcPic
->
lheight
()
>
1920
*
1080
);
pcSlice
->
setDisFracMMVD
(
useIntegerMVD
);
#endif
}
#endif
...
...
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