From c0b9f4d2db56968d2ccc62616b1c0ba0d800d66b Mon Sep 17 00:00:00 2001 From: Kato Yusuke <kato.yusuke003@jp.panasonic.com> Date: Thu, 24 Oct 2019 08:38:12 +0200 Subject: [PATCH] Update QuantRDOQ.cpp --- source/Lib/CommonLib/QuantRDOQ.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/Lib/CommonLib/QuantRDOQ.cpp b/source/Lib/CommonLib/QuantRDOQ.cpp index 1f72b9384..e72c83a86 100644 --- a/source/Lib/CommonLib/QuantRDOQ.cpp +++ b/source/Lib/CommonLib/QuantRDOQ.cpp @@ -1751,7 +1751,8 @@ inline uint32_t QuantRDOQ::xGetCodedLevelTSPred(double& rd64CodedCost coeffLevelError[errorInd] = dErr * dErr * errorScale; #if JVET_P0298_DISABLE_LEVELMAPPING_IN_BYPASS int modAbsLevel = absLevel; - if (cctx.numCtxBins() >= 4) { + if (cctx.numCtxBins() >= 4) + { modAbsLevel = cctx.deriveModCoeff(rightPixel, belowPixel, absLevel, m_bdpcm); } #else -- GitLab