mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
[cfg] Specify that MTT and ISP are currently experimental
This commit is contained in:
parent
e32cf4fb52
commit
69c1c948fa
|
@ -630,6 +630,8 @@ void print_help(void)
|
|||
" --mtt-depth-intra-chroma : Depth of mtt for chroma dual tree in\n"
|
||||
" intra slices 0..3.[0]\n"
|
||||
" --mtt-depth-inter : Depth of mtt for inter slices 0..3.[0]\n"
|
||||
" All MTTs are currently experimental and\n"
|
||||
" require disabling some avx2 optimizations.\n"
|
||||
" --max-bt-size : maximum size for a CU resulting from\n"
|
||||
" a bt split. A singular value shared for all\n"
|
||||
" or a list of three values for the different\n"
|
||||
|
@ -694,6 +696,8 @@ void print_help(void)
|
|||
" --(no-)lfnst : Enable low frequency non-separable transform.\n"
|
||||
" [disabled]\n"
|
||||
" --(no-)isp : Enable intra sub partitions. [disabled]\n"
|
||||
" Experimental, requires disabling some avx2\n"
|
||||
" optimizations.\n"
|
||||
" --mts <string> : Multiple Transform Selection [off].\n"
|
||||
" (Currently only implemented for intra\n"
|
||||
" and has effect only when rd >= 2)\n"
|
||||
|
|
Loading…
Reference in a new issue