Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Remy Foray
VVCSoftware_VTM
Commits
b912916a
Commit
b912916a
authored
Jul 30, 2019
by
Adarsh Krishnan Ramasubramonian
Browse files
Set chroma QP offset in config files to 0.
parent
35582b76
Changes
4
Hide whitespace changes
Inline
Side-by-side
cfg/encoder_intra_vtm.cfg
View file @
b912916a
...
...
@@ -75,8 +75,8 @@ CUTransquantBypassFlagForce: 0 # Force transquant bypass
#============ VTM settings ======================
LoopFilterTcOffset_div2 : 0
SEIDecodedPictureHash : 0
CbQpOffset :
1
CrQpOffset :
1
CbQpOffset :
0
CrQpOffset :
0
TemporalSubsampleRatio : 8
ReWriteParamSets : 1
...
...
cfg/encoder_lowdelay_P_vtm.cfg
View file @
b912916a
...
...
@@ -92,8 +92,8 @@ RCForceIntraQP : 0 # Rate control: force int
#============ VTM settings ======================
LoopFilterTcOffset_div2 : 0
SEIDecodedPictureHash : 0
CbQpOffset :
1
CrQpOffset :
1
CbQpOffset :
0
CrQpOffset :
0
ReWriteParamSets : 1
#============ NEXT ====================
...
...
cfg/encoder_lowdelay_vtm.cfg
View file @
b912916a
...
...
@@ -92,8 +92,8 @@ RCForceIntraQP : 0 # Rate control: force int
#============ VTM settings ======================
LoopFilterTcOffset_div2 : 0
SEIDecodedPictureHash : 0
CbQpOffset :
1
CrQpOffset :
1
CbQpOffset :
0
CrQpOffset :
0
ReWriteParamSets : 1
#============ NEXT ====================
...
...
cfg/encoder_randomaccess_vtm.cfg
View file @
b912916a
...
...
@@ -106,8 +106,8 @@ RCForceIntraQP : 0 # Rate control: force int
#============ VTM settings ======================
LoopFilterTcOffset_div2 : 0
SEIDecodedPictureHash : 0
CbQpOffset :
1
CrQpOffset :
1
CbQpOffset :
0
CrQpOffset :
0
ReWriteParamSets : 1
#============ NEXT ====================
...
...
Write
Preview
Supports
Markdown
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