[x265] [PATCH] Update default values for b-intra and max-merge

Uthayakumar Muthu uthayakumar.muthu at multicorewareinc.com
Fri Nov 8 12:02:42 UTC 2024


>From a6b7fa2fd8840c86bb6af3e160e5ca26ab17e92d Mon Sep 17 00:00:00 2001
From: Uthayakumar Muthu <uthayakumar.muthu at multicorewareinc.com>
Date: Thu, 7 Nov 2024 14:24:18 +0530
Subject: [PATCH] doc: Fix Default Values for b-intra and max-merge

---
 doc/reST/cli.rst     | 4 ++--
 doc/reST/presets.rst | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/reST/cli.rst b/doc/reST/cli.rst
index 4d4774613..2f2e3c67e 100755
--- a/doc/reST/cli.rst
+++ b/doc/reST/cli.rst
@@ -897,7 +897,7 @@ the prediction quad-tree.

 .. option:: --b-intra, --no-b-intra

- Enables the evaluation of intra modes in B slices. Default disabled.
+ Enables the evaluation of intra modes in B slices. Default enabled.

 .. option:: --cu-lossless, --no-cu-lossless

@@ -1205,7 +1205,7 @@ Temporal / motion search options
  as a "skip".  Otherwise the merge candidates are tested as part of
  motion estimation when searching for the least cost inter option.
  The max candidate number is encoded in the SPS and determines the
- bit cost of signaling merge CUs. Default 2
+ bit cost of signaling merge CUs. Default 3

 .. option:: --me <integer|string>

diff --git a/doc/reST/presets.rst b/doc/reST/presets.rst
index 76544cb75..55895f039 100644
--- a/doc/reST/presets.rst
+++ b/doc/reST/presets.rst
@@ -66,7 +66,7 @@ changed from the value specified by the preset.
 +-----------------+-----+-----+-----+-----+-----+-----+------+------+------+------+
 | limit-modes     |  0  |  0  |  0  |   0 |   0 |   0 |   1  |   1  |   0
 |  0   |
 +-----------------+-----+-----+-----+-----+-----+-----+------+------+------+------+
-| max-merge       |  2  |  2  |  2  |   2 |   2 |   2 |   3  |   4  |   5
 |  5   |
+| max-merge       |  2  |  2  |  2  |   2 |   2 |   3 |   3  |   4  |   5
 |  5   |
 +-----------------+-----+-----+-----+-----+-----+-----+------+------+------+------+
 | early-skip      |  1  |  1  |  1  |   1 |   0 |   1 |   0  |   0  |   0
 |  0   |
 +-----------------+-----+-----+-----+-----+-----+-----+------+------+------+------+
@@ -74,7 +74,7 @@ changed from the value specified by the preset.
 +-----------------+-----+-----+-----+-----+-----+-----+------+------+------+------+
 | fast-intra      |  1  |  1  |  1  |   1 |   1 |   0 |   0  |   0  |   0
 |  0   |
 +-----------------+-----+-----+-----+-----+-----+-----+------+------+------+------+
-| b-intra         |  0  |  0  |  0  |   0 |   0 |   0 |   0  |   1  |   1
 |  1   |
+| b-intra         |  0  |  0  |  0  |   0 |   0 |   1 |   0  |   1  |   1
 |  1   |
 +-----------------+-----+-----+-----+-----+-----+-----+------+------+------+------+
 | sao             |  0  |  0  |  1  |   1 |   1 |   1 |   1  |   1  |   1
 |  1   |
 +-----------------+-----+-----+-----+-----+-----+-----+------+------+------+------+
-- 
2.39.2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20241108/c497673c/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-doc-Fix-Default-Values-for-b-intra-and-max-merge.patch
Type: application/octet-stream
Size: 2802 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20241108/c497673c/attachment.obj>


More information about the x265-devel mailing list