From c4a8c37c66287e10d6fca40f65be28c0dd44d089 Mon Sep 17 00:00:00 2001
From: Kenneth Andersson <kenneth.r.andersson@ericsson.com>
Date: Mon, 26 Oct 2020 10:58:19 +0100
Subject: [PATCH] =?UTF-8?q?JVET-T0064:=20=C2=A8rebased=20to=20master=20and?=
 =?UTF-8?q?=20also=20added=20typical=20range=20of=20the=20parameter=20to?=
 =?UTF-8?q?=20the=20software=20manual?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 doc/software-manual.tex        | 2 +-
 source/Lib/CommonLib/TypeDef.h | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc/software-manual.tex b/doc/software-manual.tex
index 3be3237eb2..248ae055c2 100644
--- a/doc/software-manual.tex
+++ b/doc/software-manual.tex
@@ -2891,7 +2891,7 @@ Value shall be in the range 1..8.
 \Option{ALFStrength} &
 %\ShortOption{\None} &
 \Default{1.0} &
-Enables control of ALF filter strength. The parameter scales the magnitudes of the ALF filter coefficients for both luma and chroma. Valid values are in the range 0.0 to 1.0.
+Enables control of ALF filter strength. The parameter scales the magnitudes of the ALF filter coefficients for both luma and chroma. Typical range of the parameter is between 0 and 1.
 \\
 
 \Option{CCALF} &
diff --git a/source/Lib/CommonLib/TypeDef.h b/source/Lib/CommonLib/TypeDef.h
index 4c3860ad9d..55e624649a 100644
--- a/source/Lib/CommonLib/TypeDef.h
+++ b/source/Lib/CommonLib/TypeDef.h
@@ -61,7 +61,6 @@
 #define JVET_R0193_S0141                                  1 // JVET-S0141 item 47 : item 47: In the general sub-bitstream extraction process, specify the conditions under which an output sub-bitstream is required to be a conforming bitstream such that the value of tIdTarget is specified to be in the range of 0 to vps_ptl_max_tid[ vps_ols_ptl_idx[ targetOlsIdx ] ], inclusive (instead of 0 to 6 inclusive). (JVET-S0158 aspect 1)
 #define JVET_T0065_LEVEL_6_3                              1 // JVET-T0065: Add level 6.3
 #define JVET_T0091_LMCS_ENC_OVERFLOW_FIX                  1 // JVET-T0091: LMCS encoder overflow fix at high bit-depth for SDR
-#define JVET_T0064                                        1 // JVET-T0064: control of filter strength for ALF
 #define JVET_S0163_ON_TARGETOLS_SUBLAYERS                 1 // JVET-S0163: On target OLS and sublayers for decoding (OPI NAL Unit)
 #define JVET_R0266_GCI                                    1 // JVET-R0266 #5: Specify that no_gdr_constraint_flag equal to 1 specifies that sps_gdr_enabled_flag shall be equal to 0
 #define JVET_S0084_S0110_RADL                             1 // When the current picture is a RADL picture, allow RASL pictures with pps_mixed_nalu_types_in_pic_flag is equal to 1 in active entries in RefPicList[ 0 ] or RefPicList[ 1 ]
-- 
GitLab