Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
VVCSoftware_VTM
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
21
Merge Requests
21
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
jvet
VVCSoftware_VTM
Commits
75fb27d8
Commit
75fb27d8
authored
Jan 18, 2019
by
Karsten Suehring
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove macro JVET_L0553_FIX_INITQP
parent
80690cc5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
source/Lib/CommonLib/TypeDef.h
source/Lib/CommonLib/TypeDef.h
+0
-1
source/Lib/EncoderLib/EncLib.cpp
source/Lib/EncoderLib/EncLib.cpp
+0
-4
No files found.
source/Lib/CommonLib/TypeDef.h
View file @
75fb27d8
...
...
@@ -62,7 +62,6 @@
#define JVET_L0553_FIX_INITQP 1
#define JVET_L0053_L0272_DM 1 // use center position of luma block to derive DM
#define JVET_L0147_ALF_SUBSAMPLED_LAPLACIAN 1 // Subsampled Laplacian calculation
...
...
source/Lib/EncoderLib/EncLib.cpp
View file @
75fb27d8
...
...
@@ -1287,11 +1287,7 @@ void EncLib::xInitPPS(PPS &pps, const SPS &sps)
{
baseQp
=
getBaseQP
()
-
26
;
}
#if JVET_L0553_FIX_INITQP
const
int
maxDQP
=
37
;
#else
const
int
maxDQP
=
25
;
#endif
const
int
minDQP
=
-
26
+
sps
.
getQpBDOffset
(
CHANNEL_TYPE_LUMA
);
pps
.
setPicInitQPMinus26
(
std
::
min
(
maxDQP
,
std
::
max
(
minDQP
,
baseQp
)
));
...
...
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