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
Yuling Hsiao
VVCSoftware_VTM
Commits
4de7ed22
Commit
4de7ed22
authored
5 years ago
by
Rickard Sjöberg
Browse files
Options
Downloads
Patches
Plain Diff
Removing unused variables. Also setting #define ENABLE_TRACING to 0
parent
f04ee3b6
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/EncoderLib/EncTemporalFilter.h
+0
-4
0 additions, 4 deletions
source/Lib/EncoderLib/EncTemporalFilter.h
with
0 additions
and
4 deletions
source/Lib/EncoderLib/EncTemporalFilter.h
+
0
−
4
View file @
4de7ed22
...
@@ -148,10 +148,6 @@ private:
...
@@ -148,10 +148,6 @@ private:
Area
m_area
;
Area
m_area
;
bool
m_gopBasedTemporalFilterFutureReference
;
bool
m_gopBasedTemporalFilterFutureReference
;
int
m_maxCUWidth
;
int
m_maxCUHeight
;
int
m_maxTotalCUDepth
;
// Private functions
// Private functions
void
subsampleLuma
(
const
PelStorage
&
input
,
PelStorage
&
output
,
const
int
factor
=
2
)
const
;
void
subsampleLuma
(
const
PelStorage
&
input
,
PelStorage
&
output
,
const
int
factor
=
2
)
const
;
int
motionErrorLuma
(
const
PelStorage
&
orig
,
const
PelStorage
&
buffer
,
const
int
x
,
const
int
y
,
int
dx
,
int
dy
,
const
int
bs
,
const
int
besterror
)
const
;
int
motionErrorLuma
(
const
PelStorage
&
orig
,
const
PelStorage
&
buffer
,
const
int
x
,
const
int
y
,
int
dx
,
int
dy
,
const
int
bs
,
const
int
besterror
)
const
;
...
...
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