Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
VVCSoftware_BMS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
JVET Trac bug tracker
JVET Trac bug tracker
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jvet
VVCSoftware_BMS
Commits
6eda345f
Commit
6eda345f
authored
Sep 05, 2018
by
Karsten Suehring
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
patch from bug report #84: encoder bug for affine 6-parameter search
Patch provided by: Yuwen He
parent
ad6f5903
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
source/Lib/EncoderLib/InterSearch.cpp
source/Lib/EncoderLib/InterSearch.cpp
+1
-1
No files found.
source/Lib/EncoderLib/InterSearch.cpp
View file @
6eda345f
...
...
@@ -4396,7 +4396,7 @@ void InterSearch::xCheckBestAffineMVP( PredictionUnit &pu, AffineAMVPInfo &affin
if
(
iVerIdx
!=
0
)
{
#if JVET_K0185_AFFINE_6PARA_ENC
secondPred
=
(
iVerIdx
==
1
?
affineAMVPInfo
.
mvCandRT
[
iMVPIdx
]
:
affineAMVPInfo
.
mvCandL
T
[
iMVPIdx
])
+
(
acMv
[
0
]
-
affineAMVPInfo
.
mvCandLT
[
iMVPIdx
]);
secondPred
=
(
iVerIdx
==
1
?
affineAMVPInfo
.
mvCandRT
[
iMVPIdx
]
:
affineAMVPInfo
.
mvCandL
B
[
iMVPIdx
])
+
(
acMv
[
0
]
-
affineAMVPInfo
.
mvCandLT
[
iMVPIdx
]);
#else
secondPred
=
affineAMVPInfo
.
mvCandRT
[
iMVPIdx
]
+
(
acMv
[
0
]
-
affineAMVPInfo
.
mvCandLT
[
iMVPIdx
]);
#endif
...
...
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