From ccb212b6c3ed18c9ff4e0c982574c43f92657f9f Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Tue, 30 Jul 2013 19:39:06 -0700 Subject: libxvid: add working lumimasking and variance AQ The old implementation is unusable due to change in the Xvid API. Signed-off-by: Michael Niedermayer --- doc/encoders.texi | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc/encoders.texi') diff --git a/doc/encoders.texi b/doc/encoders.texi index 16be9483f2..a64783688d 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -1323,6 +1323,19 @@ half pixel and quarter pixel refinement for 8x8 blocks, and rate distortion-based search using square pattern. @end table +@item lumi_aq +Enable lumi masking adaptive quantization when set to 1. Default is 0 +(disabled). + +@item variance_aq +Enable variance adaptive quantization when set to 1. Default is 0 +(disabled). + +When combined with @option{lumi_aq}, the resulting quality will not +be better than any of the two specified individually. In other +words, the resulting quality will be the worse one of the two +effects. + @end table @section png -- cgit v1.2.3