Skip to content
Snippets Groups Projects
Commit 0686f14c authored by Xiang Li's avatar Xiang Li
Browse files

Merge branch 'fix_mr1094' into 'master'

Fix parameter name in config file

See merge request jvet/VVCSoftware_VTM!1095
parents 7be02814 e97d1892
No related branches found
No related tags found
No related merge requests found
...@@ -150,7 +150,7 @@ AffineAmvr : 1 ...@@ -150,7 +150,7 @@ AffineAmvr : 1
LMCSEnable : 1 # LMCS: 0: disable, 1:enable LMCSEnable : 1 # LMCS: 0: disable, 1:enable
LMCSSignalType : 0 # Input signal type: 0:SDR, 1:HDR-PQ, 2:HDR-HLG LMCSSignalType : 0 # Input signal type: 0:SDR, 1:HDR-PQ, 2:HDR-HLG
LMCSUpdateCtrl : 0 # LMCS model update control: 0:RA, 1:AI, 2:LDB/LDP LMCSUpdateCtrl : 0 # LMCS model update control: 0:RA, 1:AI, 2:LDB/LDP
LMCSoffset : 6 # chroma residual scaling offset LMCSOffset : 6 # chroma residual scaling offset
MIP : 1 MIP : 1
DMVR : 1 DMVR : 1
SMVD : 1 SMVD : 1
......
...@@ -5,7 +5,7 @@ isSDR : 0 # 1: SDR in PQ container, 0: HDR ...@@ -5,7 +5,7 @@ isSDR : 0 # 1: SDR in PQ container, 0: HDR
# ======= LMCS ======================= # ======= LMCS =======================
LMCSEnable : 1 # turned on in HDR CTC LMCSEnable : 1 # turned on in HDR CTC
LMCSSignalType : 1 # Input signal type: 0:SDR, 1:HDR-PQ, 2:HDR-HLG LMCSSignalType : 1 # Input signal type: 0:SDR, 1:HDR-PQ, 2:HDR-HLG
LMCSoffset : 1 # chroma residual scaling offset LMCSOffset : 1 # chroma residual scaling offset
#======== Chroma QP scale ============ #======== Chroma QP scale ============
WCGPPSEnable : 0 # enable WCG Chroma scale WCGPPSEnable : 0 # enable WCG Chroma scale
...@@ -24,4 +24,4 @@ QpOutValCbCr : 12 22 30 32 37 ...@@ -24,4 +24,4 @@ QpOutValCbCr : 12 22 30 32 37
CclmCollocatedChroma : 1 CclmCollocatedChroma : 1
#======== HDR Metrics ============ #======== HDR Metrics ============
CalculateHdrMetrics : 1 # Calculate HDR metrics for Class H1 (PQ) content CalculateHdrMetrics : 1 # Calculate HDR metrics for Class H1 (PQ) content
\ No newline at end of file
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