From f530c8a7dfff4f13c6153669f72a48a7bc95f49c Mon Sep 17 00:00:00 2001
From: Christian Helmrich <christian.helmrich@hhi.fraunhofer.de>
Date: Thu, 14 Nov 2019 18:01:04 +0100
Subject: [PATCH] add PerceptQPA to software manual

---
 doc/software-manual.tex | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/doc/software-manual.tex b/doc/software-manual.tex
index 7ce9f5a91..4ed3d93bf 100644
--- a/doc/software-manual.tex
+++ b/doc/software-manual.tex
@@ -1642,10 +1642,16 @@ Specifies a file containing a list of QP deltas. The $n$-th line
 value delta for the picture with POC value $n$.
 \\
 
+\Option{PerceptQPA (-qpa)} &
+%\ShortOption{-qpa} &
+\Default{false} &
+Enables or disables the perceptually optimized QP adaptation (QPA) method described in JVET-H0047, JVET-K0206, and JVET-M0091. Use this together with 'SliceChromaQPOffsetPeriodicity=1' for best subjective quality. Cannot be used together with 'SelectiveRDOQ' (see above) or 'AdaptiveQp' (see below).
+\\
+
 \Option{AdaptiveQp (-aq)} &
 %\ShortOption{-aq} &
 \Default{false} &
-Enable or disable QP adaptation based upon a psycho-visual model.
+Enables or disables the legacy QP adaptation method based upon a psycho-visual model.
 \\
 
 \Option{MaxQPAdaptationRange (-aqr)} &
@@ -2277,7 +2283,7 @@ Enables or disables the use of intra block differential pulse code modulation mo
 \begin{tabular}{cp{0.45\textwidth}}
 	0 & Disable BDPCM for luma and chroma.\\
 	1 & Enable BDPCM for luma.\\
-	2 & Enable BDPCM for luma and chroma. BDPCM for chroma is avaialble for 444. \\
+	2 & Enable BDPCM for luma and chroma. BDPCM for chroma is available for 444.\\
 \end{tabular}
 \\
 
-- 
GitLab