From faaa6e1e832a80d3b446e359a699f7b338a1dbf1 Mon Sep 17 00:00:00 2001 From: francoise <edouard.francois@technicolor.com> Date: Thu, 31 Oct 2019 10:39:41 +0100 Subject: [PATCH] JVET-P0371: fix param name typo in cfg files - LMCSoffset replaced by LMCSOffset --- cfg/encoder_randomaccess_vtm.cfg | 2 +- cfg/per-class/classH1.cfg | 2 +- cfg/per-class/classH2.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cfg/encoder_randomaccess_vtm.cfg b/cfg/encoder_randomaccess_vtm.cfg index 673977990..788444ee0 100644 --- a/cfg/encoder_randomaccess_vtm.cfg +++ b/cfg/encoder_randomaccess_vtm.cfg @@ -150,7 +150,7 @@ AffineAmvr : 1 LMCSEnable : 1 # LMCS: 0: disable, 1:enable 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 -LMCSoffset : 6 # chroma residual scaling offset +LMCSOffset : 6 # chroma residual scaling offset MIP : 1 DMVR : 1 SMVD : 1 diff --git a/cfg/per-class/classH1.cfg b/cfg/per-class/classH1.cfg index afde72f0b..fe4719dda 100644 --- a/cfg/per-class/classH1.cfg +++ b/cfg/per-class/classH1.cfg @@ -5,7 +5,7 @@ isSDR : 0 # 1: SDR in PQ container, 0: HDR # ======= LMCS ======================= LMCSEnable : 1 # turned on in HDR CTC 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 ============ WCGPPSEnable : 0 # enable WCG Chroma scale diff --git a/cfg/per-class/classH2.cfg b/cfg/per-class/classH2.cfg index cfe5626be..1792d27b2 100644 --- a/cfg/per-class/classH2.cfg +++ b/cfg/per-class/classH2.cfg @@ -4,7 +4,7 @@ LumaLevelToDeltaQPMode : 0 # Change luma delta QP based on aver # ======= LMCS ======================= LMCSEnable : 1 # turned on in HLG CTC LMCSSignalType : 2 # Input signal type: 0:SDR, 1:HDR-PQ, 2:HDR-HLG -LMCSoffset : 0 # chroma residual scaling offset +LMCSOffset : 0 # chroma residual scaling offset #======== Chroma QP scale ============ WCGPPSEnable : 0 # enable WCG Chroma scale -- GitLab