summaryrefslogtreecommitdiff
path: root/doc/encoders.texi
diff options
context:
space:
mode:
authorWang Cao <doubleecao@gmail.com>2020-06-25 17:55:13 -0700
committerJames Zern <jzern@google.com>2020-07-01 11:54:56 -0700
commitaa5c6f382be65d2dd964a04c9f11b4180624e332 (patch)
treed1ad18a066a405f16b0dd390ff7d2c141acd4e08 /doc/encoders.texi
parent3223f6b32d5d60c73b1e14475d4751770ae9344d (diff)
avcodec/libaomenc: Add command-line options to control the use of partition tools
This patch adds the control for enabling rectangular partitions, 1:4/4:1 partitions and AB shape partitions. Signed-off-by: Wang Cao <wangcao@google.com> Signed-off-by: James Zern <jzern@google.com>
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r--doc/encoders.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi
index 17a0f4c821..aff55d9628 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -1599,6 +1599,15 @@ Enable the use of global motion for block prediction. Default is true.
Enable block copy mode for intra block prediction. This mode is
useful for screen content. Default is true.
+@item enable-rect-partitions (@emph{boolean})
+Enable rectangular partitions. Default is true.
+
+@item enable-1to4-partitions (@emph{boolean})
+Enable 1:4/4:1 partitions. Default is true.
+
+@item enable-ab-partitions (@emph{boolean})
+Enable AB shape partitions. Default is true.
+
@end table
@section libkvazaar