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
Philip Cowan
VVCSoftware_VTM
Commits
6a21e3a1
Commit
6a21e3a1
authored
2 years ago
by
Frank Bossen
Browse files
Options
Downloads
Patches
Plain Diff
Remove unused variable
parent
6c1055a4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/Lib/CommonLib/ContextModelling.cpp
+0
-6
0 additions, 6 deletions
source/Lib/CommonLib/ContextModelling.cpp
with
0 additions
and
6 deletions
source/Lib/CommonLib/ContextModelling.cpp
+
0
−
6
View file @
6a21e3a1
...
@@ -507,13 +507,7 @@ void MergeCtx::setMmvdMergeCandiInfo(PredictionUnit &pu, const MmvdIdx candIdx)
...
@@ -507,13 +507,7 @@ void MergeCtx::setMmvdMergeCandiInfo(PredictionUnit &pu, const MmvdIdx candIdx)
getMmvdDeltaMv
(
*
pu
.
cs
->
slice
,
candIdx
,
tempMv
);
getMmvdDeltaMv
(
*
pu
.
cs
->
slice
,
candIdx
,
tempMv
);
const
int
mvdBaseIdx
=
candIdx
.
pos
.
baseIdx
;
const
int
mvdBaseIdx
=
candIdx
.
pos
.
baseIdx
;
const
int
mvdStep
=
candIdx
.
pos
.
step
;
int
offset
=
1
<<
(
mvdStep
+
MV_FRACTIONAL_BITS_DIFF
);
if
(
pu
.
cu
->
slice
->
getPicHeader
()
->
getDisFracMMVD
()
)
{
offset
<<=
2
;
}
const
int
refList0
=
mmvdBaseMv
[
mvdBaseIdx
][
0
].
refIdx
;
const
int
refList0
=
mmvdBaseMv
[
mvdBaseIdx
][
0
].
refIdx
;
const
int
refList1
=
mmvdBaseMv
[
mvdBaseIdx
][
1
].
refIdx
;
const
int
refList1
=
mmvdBaseMv
[
mvdBaseIdx
][
1
].
refIdx
;
...
...
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