Skip to content
Snippets Groups Projects
Commit 35c65b80 authored by Frank Bossen's avatar Frank Bossen
Browse files

Update chroma QP tables for use in CTC

This should implement the following from the meeting notes:

For CTC, it was initially agreed to use the new syntax to achieve
the chroma QP settings proposed in O0186 for SDR, N0221 for PQ,
O0433 for HLG. For the joint table, use the average of the Cb and Cr
tables. Below QP = 16, chroma and luma QP should be equal for CEs
using low QP.

Decision (CTC): This was further discussed in the closing plenary
on Friday. It was suggested to keep the anchor QP settings for PQ
and HLG as in CTC of prior meeting cycle. For SDR, see above.
Below QP = 16, chroma and luma QP should be equal for CEs using low
QP.
parent 9629184b
No related branches found
No related tags found
No related merge requests found
......@@ -75,8 +75,11 @@ CUTransquantBypassFlagForce: 0 # Force transquant bypass
#============ VTM settings ======================
LoopFilterTcOffset_div2 : 0
SEIDecodedPictureHash : 0
CbQpOffset : 1
CrQpOffset : 1
CbQpOffset : 0
CrQpOffset : 0
SameCQPTablesForAllChroma : 1
QpInValCb : 2 31 43
QpOutValCb : 2 32 41
TemporalSubsampleRatio : 8
ReWriteParamSets : 1
......
......@@ -92,9 +92,11 @@ RCForceIntraQP : 0 # Rate control: force int
#============ VTM settings ======================
LoopFilterTcOffset_div2 : 0
SEIDecodedPictureHash : 0
CbQpOffset : 1
CrQpOffset : 1
CbQpOffset : 0
CrQpOffset : 0
SameCQPTablesForAllChroma : 1
QpInValCb : 32 44
QpOutValCb : 32 41
ReWriteParamSets : 1
#============ NEXT ====================
......
......@@ -92,9 +92,11 @@ RCForceIntraQP : 0 # Rate control: force int
#============ VTM settings ======================
LoopFilterTcOffset_div2 : 0
SEIDecodedPictureHash : 0
CbQpOffset : 1
CrQpOffset : 1
CbQpOffset : 0
CrQpOffset : 0
SameCQPTablesForAllChroma : 1
QpInValCb : 32 44
QpOutValCb : 32 41
ReWriteParamSets : 1
#============ NEXT ====================
......
......@@ -106,9 +106,11 @@ RCForceIntraQP : 0 # Rate control: force int
#============ VTM settings ======================
LoopFilterTcOffset_div2 : 0
SEIDecodedPictureHash : 0
CbQpOffset : 1
CrQpOffset : 1
CbQpOffset : 0
CrQpOffset : 0
SameCQPTablesForAllChroma : 1
QpInValCb : 32 44
QpOutValCb : 32 41
ReWriteParamSets : 1
#============ NEXT ====================
......
......@@ -12,3 +12,9 @@ WCGPPSChromaQpScale : -0.46 # Linear chroma QP offset mapping (s
WCGPPSChromaQpOffset : 9.26 # Linear chroma QP offset mapping (offset) based on QP
WCGPPSCbQpScale : 1.14 # Scale factor depending on capture and representation color space
WCGPPSCrQpScale : 1.79 # Scale factor depending on capture and representation color space
CbQpOffset : 0
CrQpOffset : 0
SameCQPTablesForAllChroma : 1
QpInValCb : 10 23 32 42
QpOutValCb : 10 24 32 37
......@@ -7,3 +7,9 @@ LMCSSignalType : 2 # Input signal type: 0:SDR, 1:HDR-PQ
#======== Chroma QP scale ============
WCGPPSEnable : 0 # enable WCG Chroma scale
CbQpOffset : 0
CrQpOffset : 0
SameCQPTablesForAllChroma : 1
QpInValCb : 10 23 32 42
QpOutValCb : 10 24 32 37
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment