diff options
author | Wang Cao <doubleecao@gmail.com> | 2020-06-25 17:55:14 -0700 |
---|---|---|
committer | James Zern <jzern@google.com> | 2020-07-01 11:55:04 -0700 |
commit | 297d5a110b846977d7c1f17e53ab2ddffd17f464 (patch) | |
tree | f6bfc3bfb11fa47f6498343caa5926cfef9cd42e /doc/encoders.texi | |
parent | aa5c6f382be65d2dd964a04c9f11b4180624e332 (diff) | |
download | ffmpeg-297d5a110b846977d7c1f17e53ab2ddffd17f464.tar.gz |
avcodec/libaomenc: Add command-line options for intra-coding tools
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.texi | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index aff55d9628..beaa72eeaf 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -1608,6 +1608,27 @@ Enable 1:4/4:1 partitions. Default is true. @item enable-ab-partitions (@emph{boolean}) Enable AB shape partitions. Default is true. +@item enable-angle-delta (@emph{boolean}) +Enable angle delta intra prediction. Default is true. + +@item enable-cfl-intra (@emph{boolean}) +Enable chroma predicted from luma intra prediction. Default is true. + +@item enable-filter-intra (@emph{boolean}) +Enable filter intra predictor. Default is true. + +@item enable-intra-edge-filter (@emph{boolean}) +Enable intra edge filter. Default is true. + +@item enable-smooth-intra (@emph{boolean}) +Enable smooth intra prediction mode. Default is true. + +@item enable-paeth-intra (@emph{boolean}) +Enable paeth predictor in intra prediction. Default is true. + +@item enable-palette (@emph{boolean}) +Enable palette prediction mode. Default is true. + @end table @section libkvazaar |