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
Commits
2ae47653
Commit
2ae47653
authored
5 years ago
by
Frederic Barbier
Browse files
Options
Downloads
Patches
Plain Diff
Cleanup dead methods declaration
parent
51a2df83
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!912
Cleanup dead methods declaration
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/Lib/CommonLib/Quant.h
+0
-2
0 additions, 2 deletions
source/Lib/CommonLib/Quant.h
with
0 additions
and
2 deletions
source/Lib/CommonLib/Quant.h
+
0
−
2
View file @
2ae47653
...
...
@@ -151,8 +151,6 @@ public:
void
processScalingListEnc
(
int
*
coeff
,
int
*
quantcoeff
,
int
qpMod6
,
uint32_t
height
,
uint32_t
width
,
uint32_t
ratio
,
int
sizuNum
,
uint32_t
dc
);
void
processScalingListDec
(
const
int
*
coeff
,
int
*
dequantcoeff
,
int
qpMod6
,
uint32_t
height
,
uint32_t
width
,
uint32_t
ratio
,
int
sizuNum
,
uint32_t
dc
);
void
processRecScalingListEnc
(
int
*
coeff
,
int
*
quantcoeff
,
int
quantScales
,
uint32_t
height
,
uint32_t
width
,
uint32_t
ratio
,
int
sizuNum
,
uint32_t
dc
);
void
processRecScalingListDec
(
const
int
*
coeff
,
int
*
dequantcoeff
,
int
invQuantScales
,
uint32_t
height
,
uint32_t
width
,
uint32_t
ratio
,
int
sizuNum
,
uint32_t
dc
);
virtual
void
setFlatScalingList
(
const
int
maxLog2TrDynamicRange
[
MAX_NUM_CHANNEL_TYPE
],
const
BitDepths
&
bitDepths
);
virtual
void
setScalingList
(
ScalingList
*
scalingList
,
const
int
maxLog2TrDynamicRange
[
MAX_NUM_CHANNEL_TYPE
],
const
BitDepths
&
bitDepths
);
...
...
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